This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

symtab/1838: asci


>Number:         1838
>Category:       symtab
>Synopsis:       asci
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Dec 30 07:28:01 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     v_sitdikov@acuid.com
>Release:        6.3
>Organization:
>Environment:

>Description:
when debug kernel 2.6.7  with kgdb  on x86_64 and load module with debug info:
1. when gdbmod starts after loading module . It can`t execute correct command list <any module function>, but can list <module file>:<any lines>.
 I think wthere is bad return (tpst) in function 
find_pc_sect_psymtab()
commands :
in gdb
file ./vmlinux
set solib-search-path ./
target remote /dev/ttyS0
#add-symbol-file foo.ko 0xffffffffa0062000
list foo.function
2. when gdbmod starts befor loading module it make infinet loop when try to load shared library(module).
command
file ./vmlinux
set solib-search-path ./
target remote /dev/ttyS0
c
#infinete loop with message about loading symbols from modules
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]