This is the mail archive of the gdb-prs@sourceware.org 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]

[Bug gdb/13987] jit debug interface fails attaching to pieexecutables


http://sourceware.org/bugzilla/show_bug.cgi?id=13987

--- Comment #7 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2013-01-31 19:52:08 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    tromey@sourceware.org    2013-01-31 19:52:03

Modified files:
    gdb            : ChangeLog jit.c 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.base: jit.exp 

Log message:
    PR gdb/13987:
    * jit.c (struct jit_inferior_data) <cached_code_address,
    jit_breakpoint>: New fields.
    (jit_breakpoint_re_set_internal): Fix logging.  Only create
    breakpoint if cached address has changed.
    (jit_update_inferior_cache, jit_breakpoint_deleted): New
    functions.
    (_initialize_jit): Register breakpoint deleted observer.
    gdb/testsuite
    * gdb.base/jit.exp (compile_jit_test): New proc.
    Add PIE tests.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15092&r2=1.15093
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/jit.c.diff?cvsroot=src&r1=1.46&r2=1.47
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3539&r2=1.3540
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/jit.exp.diff?cvsroot=src&r1=1.10&r2=1.11

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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