mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
* gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
sample output for 'stopped,reason="breakpoint-hit"' message. (GDB/MI Program Execution): Likewise.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
|
||||||
|
|
||||||
|
* gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
|
||||||
|
sample output for 'stopped,reason="breakpoint-hit"' message.
|
||||||
|
(GDB/MI Program Execution): Likewise.
|
||||||
|
|
||||||
2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
|
2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
|
||||||
|
|
||||||
* gdb.texinfo (GDB/MI Variable Objects): Add anchor to
|
* gdb.texinfo (GDB/MI Variable Objects): Add anchor to
|
||||||
|
@ -18145,7 +18145,7 @@ reason that execution stopped.
|
|||||||
-> -exec-run
|
-> -exec-run
|
||||||
<- ^running
|
<- ^running
|
||||||
<- (gdb)
|
<- (gdb)
|
||||||
<- *stopped,reason="breakpoint-hit",bkptno="1",thread-id="0",
|
<- *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
|
||||||
frame=@{addr="0x08048564",func="main",
|
frame=@{addr="0x08048564",func="main",
|
||||||
args=[@{name="argc",value="1"@},@{name="argv",value="0xbfc4d4d4"@}],
|
args=[@{name="argc",value="1"@},@{name="argv",value="0xbfc4d4d4"@}],
|
||||||
file="myprog.c",fullname="/home/nickrob/myprog.c",line="68"@}
|
file="myprog.c",fullname="/home/nickrob/myprog.c",line="68"@}
|
||||||
@ -18247,7 +18247,8 @@ The corresponding @value{GDBN} command is @samp{ignore}.
|
|||||||
@smallexample
|
@smallexample
|
||||||
(gdb)
|
(gdb)
|
||||||
-break-insert main
|
-break-insert main
|
||||||
^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",
|
^done,bkpt=@{number="1",type="breakpoint",disp="keep",
|
||||||
|
enabled="y",addr="0x000100d0",func="main",file="hello.c",
|
||||||
fullname="/home/foo/hello.c",line="5",times="0"@}
|
fullname="/home/foo/hello.c",line="5",times="0"@}
|
||||||
(gdb)
|
(gdb)
|
||||||
-break-after 1 3
|
-break-after 1 3
|
||||||
@ -19107,8 +19108,9 @@ The corresponding @value{GDBN} corresponding is @samp{continue}.
|
|||||||
^running
|
^running
|
||||||
(gdb)
|
(gdb)
|
||||||
@@Hello world
|
@@Hello world
|
||||||
*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
|
*stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame=@{
|
||||||
file="hello.c",fullname="/home/foo/bar/hello.c",line="13"@}
|
func="foo",args=[],file="hello.c",fullname="/home/foo/bar/hello.c",
|
||||||
|
line="13"@}
|
||||||
(gdb)
|
(gdb)
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
@ -19287,7 +19289,7 @@ file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
|
|||||||
000-exec-run
|
000-exec-run
|
||||||
000^running
|
000^running
|
||||||
(gdb)
|
(gdb)
|
||||||
000*stopped,reason="breakpoint-hit",bkptno="1",
|
000*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
|
||||||
frame=@{func="callee4",args=[],
|
frame=@{func="callee4",args=[],
|
||||||
file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
|
file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
|
||||||
fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
|
fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
|
||||||
@ -19333,7 +19335,7 @@ The corresponding @value{GDBN} command is @samp{run}.
|
|||||||
-exec-run
|
-exec-run
|
||||||
^running
|
^running
|
||||||
(gdb)
|
(gdb)
|
||||||
*stopped,reason="breakpoint-hit",bkptno="1",
|
*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
|
||||||
frame=@{func="main",args=[],file="recursive2.c",
|
frame=@{func="main",args=[],file="recursive2.c",
|
||||||
fullname="/home/foo/bar/recursive2.c",line="4"@}
|
fullname="/home/foo/bar/recursive2.c",line="4"@}
|
||||||
(gdb)
|
(gdb)
|
||||||
@ -20565,8 +20567,9 @@ On a PPC MBX board:
|
|||||||
^running
|
^running
|
||||||
|
|
||||||
(gdb)
|
(gdb)
|
||||||
*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
|
*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame=@{
|
||||||
args=[],file="try.c",fullname="/home/foo/bar/try.c",line="5"@}
|
func="main",args=[],file="try.c",fullname="/home/foo/bar/try.c",
|
||||||
|
line="5"@}
|
||||||
(gdb)
|
(gdb)
|
||||||
-data-list-changed-registers
|
-data-list-changed-registers
|
||||||
^done,changed-registers=["0","1","2","4","5","6","7","8","9",
|
^done,changed-registers=["0","1","2","4","5","6","7","8","9",
|
||||||
@ -22016,7 +22019,7 @@ time=@{wallclock="0.05185",user="0.00800",system="0.00000"@}
|
|||||||
-exec-run
|
-exec-run
|
||||||
^running
|
^running
|
||||||
(gdb)
|
(gdb)
|
||||||
*stopped,reason="breakpoint-hit",bkptno="1",thread-id="0",
|
*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
|
||||||
frame=@{addr="0x080484ed",func="main",args=[@{name="argc",value="1"@},
|
frame=@{addr="0x080484ed",func="main",args=[@{name="argc",value="1"@},
|
||||||
@{name="argv",value="0xbfb60364"@}],file="myprog.c",
|
@{name="argv",value="0xbfb60364"@}],file="myprog.c",
|
||||||
fullname="/home/nickrob/myprog.c",line="73"@}
|
fullname="/home/nickrob/myprog.c",line="73"@}
|
||||||
|
Reference in New Issue
Block a user