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 296623 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 through ssh
console.ssh.log (text/plain), 4.18 KB, created by
Wilfried Philips
on 2008-03-03 16:07:28 UTC
(
hide
)
Description:
eclipse console output when connecting through ssh
Filename:
MIME Type:
Creator:
Wilfried Philips
Created:
2008-03-03 16:07:28 UTC
Size:
4.18 KB
patch
obsolete
>1418-gdb-set confirm off >1418^done >(gdb) >1419-gdb-set width 0 >1419^done >(gdb) >1420-gdb-set height 0 >1420^done >(gdb) >1421-interpreter-exec console echo >1421^done >(gdb) >1422-gdb-show prompt >1422^done,value="(gdb) " >(gdb) >1423-gdb-set auto-solib-add on >1423^done >(gdb) >1424-gdb-set stop-on-solib-events 0 >1424^done >(gdb) >1425-gdb-set stop-on-solib-events 1 >1425^done >(gdb) >1426 >&"\n" >1426^done >(gdb) >1427-environment-cd /mnt/u2/philips/workspace/hello > >1427^done >(gdb) >1428-environment-directory /mnt/u2/philips/workspace/hello >1428^done,source-path="/mnt/u2/philips/workspace/hello:$cdir:$cwd" >(gdb) >1429 info threads >&"info threads\n" >&"No registers.\n" >1429^error,msg="No registers." >(gdb) >1430-data-list-register-names >1430^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"] >(gdb) >1431-break-insert -t main >1431^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"} >(gdb) >1432-exec-run >1432^running >(gdb) >~"Stopped due to shared library event\n" >Stopped due to shared library event >1432*stopped,thread-id="0" >1433 info proc >(gdb) >&"info proc\n" >~"process 16973\n" >~"cmdline = '/mnt/u2/philips/workspace/hello/hello'\n" >~"cwd = '/mnt/u2/philips/workspace/hello'\n" >~"exe = '/mnt/u2/philips/workspace/hello/hello'\n" >1433^done >1434 info sharedlibrary >(gdb) >&"info sharedlibrary\n" >~"From To Syms Read Shared Object Library\n" >~"0x00495830 0x004ab29f Yes /lib/ld-linux.so.2\n" >1434^done >1435-exec-continue >(gdb) >1435^running >(gdb) >~"Stopped due to shared library event\n" >Stopped due to shared library event >1435*stopped,thread-id="0" >1436 info sharedlibrary >(gdb) >&"info sharedlibrary\n" >~"From To Syms Read Shared Object Library\n" >~"0x00495830 0x004ab29f Yes /lib/ld-linux.so.2\n" >~"0x00127170 0x00223dc0 Yes /lib/libc.so.6\n" >1436^done >1437-exec-continue >(gdb) >1437^running >(gdb) >1437*stopped,thread-id="0",frame={addr="0x08048411",func="main",args=[],file="hello.c",fullname="/mnt/u2/philips/workspace/hello/hello.c",line="15"} >1438 info threads >(gdb) >&"info threads\n" >1438^done >1439-stack-info-depth >(gdb) >1439^done,depth="1" >1440-stack-list-frames 0 1 >(gdb) >1440^done,stack=[frame={level="0",addr="0x08048411",func="main",file="hello.c",fullname="/mnt/u2/philips/workspace/hello/hello.c",line="15"}] >1441-data-list-changed-registers >(gdb) >1441^done,changed-registers=["0","1","2","3","4","5","6","8","9","10","11","12","13","15","24","26","40","41"] >1442 info sharedlibrary >(gdb) >&"info sharedlibrary\n" >~"From To Syms Read Shared Object Library\n" >~"0x00495830 0x004ab29f Yes /lib/ld-linux.so.2\n" >~"0x00127170 0x00223dc0 Yes /lib/libc.so.6\n" >1442^done >(gdb) >1443-stack-list-arguments 0 0 0 >1443^done,stack-args=[frame={level="0",args=[]}] >1444-stack-list-locals 0 >(gdb) >1444^done,locals=[] >(gdb) >1445-exec-next 1 >1445^running >(gdb) >1445*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"} >1446 info threads >(gdb) >&"info threads\n" >1446^done >1447-stack-info-depth >(gdb) >1447^done,depth="1" >1448-stack-list-frames 0 1 >(gdb) >1448^done,stack=[frame={level="0",addr="0x0804841d",func="main",file="hello.c",fullname="/mnt/u2/philips/workspace/hello/hello.c",line="16"}] >1449-data-list-changed-registers >(gdb) >1449^done,changed-registers=["0","1","2","8","9"] >1450 info sharedlibrary >(gdb) >&"info sharedlibrary\n" >~"From To Syms Read Shared Object Library\n" >~"0x00495830 0x004ab29f Yes /lib/ld-linux.so.2\n" >~"0x00127170 0x00223dc0 Yes /lib/libc.so.6\n" >1450^done >(gdb) >1451-stack-list-arguments 0 0 0 >1451^done,stack-args=[frame={level="0",args=[]}] >1452-stack-list-locals 0 >(gdb) >1452^done,locals=[] >(gdb) >1453-exec-next 1 >1453^running >(gdb) >1454-gdb-exit
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