Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 296624 Details for
Bug 435727
eclipse suspend makes gdb exit when remote debugging over ssh
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
eclipse console output when "connecting" using bash rather than "ssh"
console.bash.log (text/plain), 5.59 KB, created by
Wilfried Philips
on 2008-03-03 16:08:20 UTC
(
hide
)
Description:
eclipse console output when "connecting" using bash rather than "ssh"
Filename:
MIME Type:
Creator:
Wilfried Philips
Created:
2008-03-03 16:08:20 UTC
Size:
5.59 KB
patch
obsolete
>1484-gdb-set confirm off >1484^done >1485-gdb-set width 0 >(gdb) >1485^done >1486-gdb-set height 0 >(gdb) >1486^done >1487-interpreter-exec console echo >(gdb) >1487^done >1488-gdb-show prompt >(gdb) >1488^done,value="(gdb) " >1489-gdb-set auto-solib-add on >(gdb) >1489^done >1490-gdb-set stop-on-solib-events 0 >(gdb) >1490^done >1491-gdb-set stop-on-solib-events 1 >(gdb) >1491^done >1492 >(gdb) >&"\n" > >1492^done >1493-environment-cd /mnt/u2/philips/workspace/hello >(gdb) >1493^done >(gdb) >1494-environment-directory /mnt/u2/philips/workspace/hello >1494^done,source-path="/mnt/u2/philips/workspace/hello:$cdir:$cwd" >1495 info threads >(gdb) >&"info threads\n" >&"No registers.\n" >1495^error,msg="No registers." >1496-data-list-register-names >(gdb) >1496^done,register-names=["eax","ecx","edx","ebx","esp","ebp","esi","edi","eip","eflags","cs","ss","ds","es","fs","gs","st0","st1","st2","st3","st4","st5","st6","st7","fctrl","fstat","ftag","fiseg","fioff","foseg","fooff","fop","xmm0","xmm1","xmm2","xmm3","xmm4","xmm5","xmm6","xmm7","mxcsr","orig_eax","mm0","mm1","mm2","mm3","mm4","mm5","mm6","mm7"] >1497-break-insert -t main >(gdb) >1497^done,bkpt={number="1",type="breakpoint",disp="del",enabled="y",addr="0x08048411",func="main",file="hello.c",fullname="/mnt/u2/philips/workspace/hello/hello.c",line="15",times="0"} >1498-exec-run >(gdb) >1498^running >(gdb) >~"Stopped due to shared library event\n" >Stopped due to shared library event >1498*stopped,thread-id="0" >1499 info proc >(gdb) >&"info proc\n" >~"process 17074\n" >~"cmdline = '/mnt/u2/philips/workspace/hello/hello'\n" >~"cwd = '/mnt/u2/philips/workspace/hello'\n" >~"exe = '/mnt/u2/philips/workspace/hello/hello'\n" >1499^done >1500 info sharedlibrary >(gdb) >&"info sharedlibrary\n" >~"From To Syms Read Shared Object Library\n" >~"0x00495830 0x004ab29f Yes /lib/ld-linux.so.2\n" >1500^done >(gdb) >1501-exec-continue >1501^running >(gdb) >~"Stopped due to shared library event\n" >Stopped due to shared library event >1501*stopped,thread-id="0" >1502 info sharedlibrary >(gdb) >&"info sharedlibrary\n" >~"From To Syms Read Shared Object Library\n" >~"0x00495830 0x004ab29f Yes /lib/ld-linux.so.2\n" >~"0x00117170 0x00213dc0 Yes /lib/libc.so.6\n" >1502^done >1503-exec-continue >(gdb) >1503^running >(gdb) >1503*stopped,thread-id="0",frame={addr="0x08048411",func="main",args=[],file="hello.c",fullname="/mnt/u2/philips/workspace/hello/hello.c",line="15"} >1504 info threads >(gdb) >&"info threads\n" >1504^done >1505-stack-info-depth >(gdb) >1505^done,depth="1" >1506-stack-list-frames 0 1 >(gdb) >1506^done,stack=[frame={level="0",addr="0x08048411",func="main",file="hello.c",fullname="/mnt/u2/philips/workspace/hello/hello.c",line="15"}] >1507-data-list-changed-registers >(gdb) >1507^done,changed-registers=["0","1","2","3","4","5","6","8","9","10","11","12","13","15","24","26","40","41"] >1508 info sharedlibrary >(gdb) >&"info sharedlibrary\n" >~"From To Syms Read Shared Object Library\n" >~"0x00495830 0x004ab29f Yes /lib/ld-linux.so.2\n" >~"0x00117170 0x00213dc0 Yes /lib/libc.so.6\n" >1508^done >(gdb) >1509-stack-list-arguments 0 0 0 >1509^done,stack-args=[frame={level="0",args=[]}] >1510-stack-list-locals 0 >(gdb) >1510^done,locals=[] >(gdb) >1511-exec-next 1 >1511^running >(gdb) >1511*stopped,reason="end-stepping-range",thread-id="0",frame={addr="0x0804841d",func="main",args=[],file="hello.c",fullname="/mnt/u2/philips/workspace/hello/hello.c",line="16"} >1512 info threads >(gdb) >&"info threads\n" >1512^done >1513-stack-info-depth >(gdb) >1513^done,depth="1" >1514-stack-list-frames 0 1 >(gdb) >1514^done,stack=[frame={level="0",addr="0x0804841d",func="main",file="hello.c",fullname="/mnt/u2/philips/workspace/hello/hello.c",line="16"}] >1515-data-list-changed-registers >(gdb) >1515^done,changed-registers=["0","1","2","8","9"] >1516 info sharedlibrary >(gdb) >&"info sharedlibrary\n" >~"From To Syms Read Shared Object Library\n" >~"0x00495830 0x004ab29f Yes /lib/ld-linux.so.2\n" >~"0x00117170 0x00213dc0 Yes /lib/libc.so.6\n" >1516^done >(gdb) >1517-stack-list-arguments 0 0 0 >1517^done,stack-args=[frame={level="0",args=[]}] >1518-stack-list-locals 0 >(gdb) >1518^done,locals=[] >(gdb) >1519-exec-next 1 >1519^running >(gdb) >1519*stopped,reason="signal-received",signal-name="SIGINT",signal-meaning="Interrupt",thread-id="0",frame={addr="0xb7f80402",func="__kernel_vsyscall",args=[]} >(gdb) >1520 info threads >&"Quit\n" >&"info threads\n" >1520^done >(gdb) >1521-stack-info-depth >1521^done,depth="4" >(gdb) >1522-stack-list-frames 0 4 >1522^done,stack=[frame={level="0",addr="0xb7f80402",func="__kernel_vsyscall"},frame={level="1",addr="0x00193e20",func="__nanosleep_nocancel",from="/lib/libc.so.6"},frame={level="2",addr="0x00193c6f",func="__sleep",file="../sysdeps/unix/sysv/linux/sleep.c",fullname="/usr/src/debug/glibc-20071017T2029/sysdeps/unix/sysv/linux/sleep.c",line="138"},frame={level="3",addr="0x08048429",func="main",file="hello.c",fullname="/mnt/u2/philips/workspace/hello/hello.c",line="16"}] >(gdb) >1523-data-list-changed-registers >1523^done,changed-registers=["0","1","2","3","4","5","6","8","9","41"] >(gdb) >1524 info sharedlibrary >&"info sharedlibrary\n" >~"From To Syms Read Shared Object Library\n" >~"0x00495830 0x004ab29f Yes /lib/ld-linux.so.2\n" >~"0x00117170 0x00213dc0 Yes /lib/libc.so.6\n" >1524^done >(gdb) >1525 info signal SIGINT >&"info signal SIGINT\n" >~"Signal Stop\tPrint\tPass to program\tDescription\n" >~"SIGINT Yes\tYes\tNo\t\tInterrupt\n" >1525^done >(gdb) >1526-stack-list-arguments 0 0 0 >1526^done,stack-args=[frame={level="0",args=[]}] >(gdb) >1527-stack-list-locals 0 >1527^done,locals=[] >(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 435727
:
296623
| 296624 |
296627