mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 11:39:13 +02:00
Dbg: Tests
git-svn-id: trunk@29029 -
This commit is contained in:
parent
7197a70a51
commit
98571c5b6e
@ -114,8 +114,8 @@ const
|
||||
(Exp: 'ptype ArgTFoo'; Fmt: wdfDefault; Mtch: 'type = \^TFoo = class : PUBLIC TObject'; Kind: skClass; TpNm: ''; Flgs: []),
|
||||
(Exp: 'ptype ArgTFoo^'; Fmt: wdfDefault; Mtch: 'type = TFoo = class : PUBLIC TObject'; Kind: skClass; TpNm: ''; Flgs: []),
|
||||
|
||||
(Exp: '-data-evaluate-expression sizeof(ArgTFoo)'; Fmt: wdfDefault; Mtch: 'value="(4|8)"'; Kind: skClass; TpNm: ''; Flgs: []),
|
||||
(Exp: '-data-evaluate-expression sizeof(ArgTFoo^)'; Fmt: wdfDefault; Mtch: 'value="\d\d+"'; Kind: skClass; TpNm: ''; Flgs: [])//,
|
||||
(Exp: '-data-evaluate-expression sizeof(ArgTFoo)'; Fmt: wdfDefault; Mtch: 'value="(4|8)"|(parse|syntax) error in expression'; Kind: skClass; TpNm: ''; Flgs: []),
|
||||
(Exp: '-data-evaluate-expression sizeof(ArgTFoo^)'; Fmt: wdfDefault; Mtch: 'value="\d\d+"|(parse|syntax) error in expression'; Kind: skClass; TpNm: ''; Flgs: [])//,
|
||||
);
|
||||
|
||||
ExpectBrk1NoneNil: Array [1..121] of TWatchExpectation = (
|
||||
|
Loading…
Reference in New Issue
Block a user