Age | Commit message (Expand) | Author | Files | Lines |
2015-01-16 | Fix TUI-related documentation. | Eli Zaretskii | 2 | -2/+12 |
2015-01-11 | Temporarily revert symbol lookup cache. | Doug Evans | 2 | -39/+1 |
2015-01-11 | PR gdb/15830 | Doug Evans | 2 | -4/+25 |
2015-01-10 | Add symbol lookup cache. | Doug Evans | 2 | -1/+39 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 15 | -19/+19 |
2014-12-31 | Remove "add-shared-symbol-files", "dll-symbols" and "assf" commands doc. | Joel Brobecker | 2 | -24/+7 |
2014-12-17 | New parameter "debug symbol-lookup". | Doug Evans | 2 | -0/+12 |
2014-12-12 | the "compile" command | Tom Tromey | 2 | -0/+238 |
2014-12-12 | New python function gdb.lookup_objfile. | Doug Evans | 2 | -0/+25 |
2014-12-12 | Add new GDB command "maint print user-registers" | Andreas Arnez | 2 | -0/+16 |
2014-12-08 | New "owner" attribute for gdb.Objfile. | Doug Evans | 2 | -0/+12 |
2014-12-04 | New python method gdb.Objfile.add_separate_debug_file. | Doug Evans | 2 | -0/+16 |
2014-12-04 | New python attribute gdb.Objfile.build_id. | Doug Evans | 2 | -0/+15 |
2014-12-02 | New python events: inferior call, register/memory changed. | Nick Bull | 3 | -0/+71 |
2014-12-02 | revert previous patch so that I can re-commit with correct author | Doug Evans | 3 | -71/+0 |
2014-12-02 | New python events: infcall, register/memory changed. | Doug Evans | 3 | -0/+71 |
2014-11-30 | Add add-auto-load-scripts-directory. | Jan Kratochvil | 2 | -0/+14 |
2014-11-30 | Fix add-auto-load-safe-path typo. | Jan Kratochvil | 2 | -3/+8 |
2014-10-30 | Add ability to add attributes to gdb.Objfile and gdb.Progspace objects. | Doug Evans | 2 | -0/+73 |
2014-10-27 | stepi/nexti: skip signal handler if "handle nostop" signal arrives | Pedro Alves | 2 | -1/+73 |
2014-10-20 | Small fixes to the Python API doc | Simon Marchi | 2 | -2/+9 |
2014-10-17 | New python event "clear_objfiles". | Doug Evans | 2 | -0/+14 |
2014-10-17 | Add gdb.Objfile.progspace attribute. | Doug Evans | 2 | -0/+9 |
2014-10-17 | Delete Tru64 support | Pedro Alves | 2 | -5/+8 |
2014-10-01 | Exit code of exited inferiors in -list-thread-groups | Simon Marchi | 2 | -0/+10 |
2014-09-22 | 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de> | Jan-Benedict Glaw | 2 | -0/+5 |
2014-09-22 | Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto" | Pedro Alves | 2 | -11/+8 |
2014-09-18 | New "producer" attribute of python gdb.Symtab. | Doug Evans | 2 | -0/+13 |
2014-09-16 | Remove documention of dead "target vxworks" | Pedro Alves | 2 | -170/+10 |
2014-09-13 | New command queue-signal. | Doug Evans | 2 | -5/+30 |
2014-09-06 | PR 15276: Add $_caller_is, $_caller_matches, $_any_caller_is, $_any_caller_ma... | Doug Evans | 2 | -0/+70 |
2014-09-03 | Improve Type.template_argument docs in Python API. | Justin Lebar | 2 | -4/+11 |
2014-09-03 | Add support for reading frame registers to Python API. | Sasha Smundak | 2 | -0/+11 |
2014-08-04 | make "set debug target" take effect immediately | Tom Tromey | 2 | -2/+6 |
2014-08-01 | [gdb/doc] Add target triplet to man files | Masaki Muranaka | 2 | -2/+10 |
2014-07-26 | PR guile/17177 | Doug Evans | 2 | -11/+37 |
2014-07-25 | Always pass signals to the right thread | Pedro Alves | 2 | -1/+16 |
2014-07-19 | Fix for remote G Packet message too long error for baremetal. | Michael Eager | 1 | -0/+14 |
2014-06-27 | Associate dummy_frame with ptid | Yao Qi | 2 | -3/+6 |
2014-06-24 | Minor improvements in manual indexing. | Eli Zaretskii | 2 | -0/+7 |
2014-06-19 | Demangler crash handler | Gary Benson | 2 | -0/+16 |
2014-06-19 | Add new internal problem for demangler warnings | Gary Benson | 2 | -6/+25 |
2014-06-09 | Add space before the opening parenthesis in function descriptions. | Siva Chandra | 2 | -6/+11 |
2014-06-06 | fix email address of previous checkins | Doug Evans | 1 | -1/+1 |
2014-06-06 | Add support for guile 2.0.5. | Doug Evans | 2 | -2/+10 |
2014-06-06 | update ChangeLog | xmj | 1 | -0/+4 |
2014-06-06 | add -q in help info and doc | xmj | 1 | -2/+3 |
2014-06-04 | Split create-breakpoint! into make-breakpoint, register-breakpoint!. | Doug Evans | 2 | -9/+42 |
2014-06-03 | gdb/doc/python.texi: Fix reference to "Progspaces In Python". | Joel Brobecker | 2 | -1/+6 |
2014-06-03 | Documentation of the xmethod support in GDB Python API. | Siva Chandra | 2 | -0/+352 |