Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 246748 Details for
Bug 442394
Sometimes breakpoints set and immediately deleted when debugging with GDB
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Gdb trace output
gdb-trace.txt (text/plain), 7.36 KB, created by
Sascha Konrad
on 2014-09-04 16:37:05 EDT
(
hide
)
Description:
Gdb trace output
Filename:
MIME Type:
Creator:
Sascha Konrad
Created:
2014-09-04 16:37:05 EDT
Size:
7.36 KB
patch
obsolete
>403,738 2-environment-cd xxx >403,738 2^done >403,738 (gdb) >403,739 3-gdb-set breakpoint pending on >403,739 3^done >403,739 (gdb) >403,739 4-gdb-set detach-on-fork on >403,739 4^done >403,739 (gdb) >403,739 5-gdb-set python print-stack none >403,739 5^done >403,739 (gdb) >403,740 6-gdb-set print object on >403,740 6^done >403,740 (gdb) >403,740 7-gdb-set print sevenbit-strings on >403,740 7^done >403,740 (gdb) >403,740 8-gdb-set host-charset UTF-8 >403,740 8^done >403,740 (gdb) >403,741 9-gdb-set target-charset US-ASCII >403,741 9^done >403,741 (gdb) >403,741 10-gdb-set target-wide-charset UTF-32 >403,741 10^done >403,741 (gdb) >403,742 11source ~/.gdbinit >403,742 &"source ~/.gdbinit\n" >403,743 =cmd-param-changed,param="disassembly-flavor",value="intel" >403,744 =cmd-param-changed,param="print static-members",value="off" >403,776 11^done >403,776 (gdb) >403,777 12-gdb-set target-async off >403,777 12^done >403,777 (gdb) >403,777 13-gdb-set auto-solib-add on >403,777 13^done >403,777 (gdb) >403,777 14-gdb-set solib-search-path xxx >403,778 14^done >403,778 (gdb) >403,778 15-file-exec-and-symbols --thread-group i1 xxx.linux_64.tsk >403,803 16-list-thread-groups >405,233 15^done >405,233 (gdb) >405,233 16^done,groups=[{id="i1",type="process",executable=xxx.linux_64.tsk"}] >405,234 (gdb) >405,234 17-gdb-set --thread-group i1 args xxx >405,234 17^done >405,234 (gdb) >405,234 18-gdb-show --thread-group i1 language >405,234 18^done,value="auto" >405,234 (gdb) >405,235 19-gdb-set --thread-group i1 language c >405,235 19^done >405,235 (gdb) >405,236 20-interpreter-exec --thread-group i1 console "p/x (char)-1" >405,236 ~"$1 = 0xff\n" >405,236 20^done >405,236 (gdb) >405,237 21-data-evaluate-expression --thread-group i1 "sizeof (void*)" >405,238 21^done,value="8" >405,239 (gdb) >405,239 22-gdb-set --thread-group i1 language auto >405,239 22^done >405,239 (gdb) >405,239 23-interpreter-exec --thread-group i1 console "show endian" >405,239 ~"The target endianness is set automatically (currently little endian)\n" >405,239 23^done >405,239 (gdb) >405,599 24-break-insert -f xxx:41 >405,599 25-break-insert -f xxx:102 >405,599 26-break-insert -f xxx:122 >405,599 27-break-insert -f xxx:124 >405,599 28-break-insert -f xxx:14 >405,599 29-break-insert -f xxx:68 >405,849 24^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x00000000004bac98"\ >,func="xxx",file="xxx",line="41",thread-groups=["i1"],times="0",original-location="xxx:41"} >405,849 (gdb) >405,850 25^done,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="0x00000000004bb898"\ >,func="xxx",file="xxx",line="102",thread-groups=["i1"],time\ >s="0",original-location="xxx:102"} >405,850 (gdb) >405,852 26^done,bkpt={number="3",type="breakpoint",disp="keep",enabled="y",addr="0x00000000004bbf52"\ >,func="xxx",file="xxx",line="122",thread-groups=["i1"],time\ >s="0",original-location="xxx:122"} >405,852 (gdb) >409,225 27^done,bkpt={number="4",type="breakpoint",disp="keep",enabled="y",addr="0x000000000044bd22"\ >,func="xxx",file\ >="xxx",line="124",thread-groups=["i1"],times="0",original-location="xxx:124"} >409,226 (gdb) >409,226 30-break-delete 2 >409,226 31-break-delete 1 >409,228 28^done,bkpt={number="5",type="breakpoint",disp="keep",enabled="y",addr="0x00000000004ba861"\ >,func="xxx",file="xxx",line="14",thread-groups=["i1"],times="0",original-location="xxx:14"} >409,229 (gdb) >409,229 32-break-delete 3 >409,231 29^done,bkpt={number="6",type="breakpoint",disp="keep",enabled="y",addr="0x00000000004bb131"\ >,func=xxx",file="xxx",line="68",thread-groups=["i1"],times="0",o\ >riginal-location="xxx:68"} >409,232 (gdb) >409,232 30^done >409,232 (gdb) >409,232 31^done >409,232 (gdb) >409,232 32^done >409,232 (gdb) >409,234 33-break-insert -t -f main >409,492 33^done,bkpt={number="7",type="breakpoint",disp="del",enabled="y",addr="0x0000000000426360",\ >func="main(int, char const**)",file="xxx.m.cpp",fullname="xxx",line="7",thread-groups=["i1"],times="0",original-location="main"} >409,492 (gdb) >409,492 34-inferior-tty-set --thread-group i1 /dev/pts/16 >409,492 34^done >409,492 (gdb) >409,494 35-exec-run --thread-group i1 >409,494 =thread-group-started,id="i1",pid="63204" >409,494 =thread-created,id="1",group-id="i1" >409,495 35^running >409,495 *running,thread-id="all" >409,495 (gdb) >409,495 36-list-thread-groups --available >409,519 =library-loaded,id="/lib64/ld-linux-x86-64.so.2",target-name="/lib64/ld-linux-x86-64.so.2",h\ >ost-name="/lib64/ld-linux-x86-64.so.2",symbols-loaded="0",thread-group="i1" >409,574 =library-loaded,id="/lib64/libpthread.so.0",target-name="/lib64/libpthread.so.0",host-name="\ >/lib64/libpthread.so.0",symbols-loaded="0",thread-group="i1" >409,574 =library-loaded,id="/lib64/librt.so.1",target-name="/lib64/librt.so.1",host-name="/lib64/lib\ >rt.so.1",symbols-loaded="0",thread-group="i1" >409,574 =library-loaded,id="/usr/lib64/libstdc++.so.6",target-name="/usr/lib64/libstdc++.so.6",host-\ >name="/usr/lib64/libstdc++.so.6",symbols-loaded="0",thread-group="i1" >409,574 =library-loaded,id="/lib64/libm.so.6",target-name="/lib64/libm.so.6",host-name="/lib64/libm.\ >so.6",symbols-loaded="0",thread-group="i1" >409,575 =library-loaded,id="/lib64/libgcc_s.so.1",target-name="/lib64/libgcc_s.so.1",host-name="/lib\ >64/libgcc_s.so.1",symbols-loaded="0",thread-group="i1" >409,575 =library-loaded,id="/lib64/libc.so.6",target-name="/lib64/libc.so.6",host-name="/lib64/libc.\ >so.6",symbols-loaded="0",thread-group="i1" >409,577 ~"[Thread debugging using libthread_db enabled]\n" >409,577 ~"Using host libthread_db library \"/lib64/libthread_db.so.1\".\n" >409,627 =breakpoint-modified,bkpt={number="7",type="breakpoint",disp="del",enabled="y",addr="0x00000\ >00000426360",func="main(int, char const**)",file="xxxm.cpp",fullname="xxx.m.cpp",line="7",thread-groups=["i1"],times="1",original-location="m\ >ain"} >409,633 *stopped,reason="breakpoint-hit",disp="del",bkptno="7",frame={addr="0x0000000000426360",func\ >="main",args=[{name="argc",value="15"},{name="argv",value="0x7fffffffd7e8"}],file="xxx.m.cpp",f\ >ullname="xxx.m.cpp",line="7"},thread-id="1",sto\ >pped-threads="all",core="12" >409,634 =breakpoint-deleted,id="7" >409,634 (gdb) >409,688 37-list-thread-groups >409,690 38-list-thread-groups >409,753 36^done,groups=[...] >409,783 (gdb) >409,783 37^done,groups=[{id="i1",type="process",pid="63204",executable=xxx.linux_64.tsk",cores=["12"]}] >409,783 (gdb) >409,784 39-list-thread-groups i1 >409,784 38^done,groups=[{id="i1",type="process",pid="63204",executable="xxx.linux_64.tsk",cores=["12"]}] >409,784 (gdb) >409,785 39^done,threads=[{id="1",target-id="Thread 0x7ffff7fe7440 (LWP 63204)",frame={level="0",addr\ >="0x0000000000426360",func="main",args=[{name="argc",value="15"},{name="argv",value="0x7fffffffd7e8"\ >}],file="xxx.m.cpp",fullname="xxx.m.cpp",l\ >ine="7"},state="stopped",core="12"}] >409,785 (gdb) >409,797 40-stack-info-depth --thread 1 11 >409,798 40^done,depth="1" >409,798 (gdb) >409,800 41-stack-list-frames --thread 1 >409,800 41^done,stack=[frame={level="0",addr="0x0000000000426360",func="main",file="xxx.m.cpp",\ >fullname="xxx.m.cpp",line="7"}] >409,800 (gdb) >409,838 42-thread-info 1 >409,839 42^done,threads=[{id="1",target-id="Thread 0x7ffff7fe7440 (LWP 63204)",frame={level="0",addr\ >="0x0000000000426360",func="main",args=[{name="argc",value="15"},{name="argv",value="0x7fffffffd7e8"\ >}],file="xxx.m.cpp",fullname="xxx.m.cpp",l\ >ine="7"},state="stopped",core="12"}] >409,839 (gdb)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 442394
: 246748