| Commit message (Expand) | Author | Age | Files | Lines |
* | PR gdb/18008: Fix typo in documentation | Sergio Durigan Junior | 2015-02-23 | 2 | -1/+7 |
* | [gdb/ax] small "setv" fix and documentation's adjustment. | David Taylor | 2015-02-19 | 2 | -1/+5 |
* | Documentation for DTrace USDT probes. | Jose E. Marchesi | 2015-02-17 | 2 | -19/+47 |
* | New commands `enable probe' and `disable probe'. | Jose E. Marchesi | 2015-02-17 | 2 | -0/+34 |
* | Fix documentation of the QTDV packet | David Taylor | 2015-02-12 | 2 | -2/+12 |
* | record-btrace: add bts buffer size configuration option | Markus Metzger | 2015-02-09 | 2 | -4/+80 |
* | record btrace: add configuration struct | Markus Metzger | 2015-02-09 | 2 | -6/+72 |
* | ChangeLog entries for max-completions patch. | Gary Benson | 2015-01-31 | 1 | -0/+6 |
* | Add max-completions parameter, and implement tab-completion limiting. | Gary Benson | 2015-01-31 | 1 | -0/+32 |
* | Add symbol lookup cache. | Doug Evans | 2015-01-31 | 2 | -1/+39 |
* | Add support for inlining scripts into .debug_gdb_scripts. | Doug Evans | 2015-01-31 | 3 | -9/+67 |
* | Add producer string to output of info source. | Doug Evans | 2015-01-30 | 2 | -0/+8 |
* | Add gdb.Objfile.username. | Doug Evans | 2015-01-27 | 2 | -0/+11 |
* | Improve docs of objfile filename method. | Doug Evans | 2015-01-27 | 3 | -2/+11 |
* | Sort threads for thread apply all | Jan Kratochvil | 2015-01-22 | 2 | -3/+10 |
* | Fix TUI-related documentation. | Eli Zaretskii | 2015-01-16 | 2 | -2/+12 |
* | Temporarily revert symbol lookup cache. | Doug Evans | 2015-01-11 | 2 | -39/+1 |
* | PR gdb/15830 | Doug Evans | 2015-01-11 | 2 | -4/+25 |
* | Add symbol lookup cache. | Doug Evans | 2015-01-10 | 2 | -1/+39 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 15 | -19/+19 |
* | Remove "add-shared-symbol-files", "dll-symbols" and "assf" commands doc. | Joel Brobecker | 2014-12-31 | 2 | -24/+7 |
* | New parameter "debug symbol-lookup". | Doug Evans | 2014-12-17 | 2 | -0/+12 |
* | the "compile" command | Tom Tromey | 2014-12-12 | 2 | -0/+238 |
* | New python function gdb.lookup_objfile. | Doug Evans | 2014-12-12 | 2 | -0/+25 |
* | Add new GDB command "maint print user-registers" | Andreas Arnez | 2014-12-12 | 2 | -0/+16 |
* | New "owner" attribute for gdb.Objfile. | Doug Evans | 2014-12-08 | 2 | -0/+12 |
* | New python method gdb.Objfile.add_separate_debug_file. | Doug Evans | 2014-12-04 | 2 | -0/+16 |
* | New python attribute gdb.Objfile.build_id. | Doug Evans | 2014-12-04 | 2 | -0/+15 |
* | New python events: inferior call, register/memory changed. | Nick Bull | 2014-12-02 | 3 | -0/+71 |
* | revert previous patch so that I can re-commit with correct author | Doug Evans | 2014-12-02 | 3 | -71/+0 |
* | New python events: infcall, register/memory changed. | Doug Evans | 2014-12-02 | 3 | -0/+71 |
* | Add add-auto-load-scripts-directory. | Jan Kratochvil | 2014-11-30 | 2 | -0/+14 |
* | Fix add-auto-load-safe-path typo. | Jan Kratochvil | 2014-11-30 | 2 | -3/+8 |
* | Add ability to add attributes to gdb.Objfile and gdb.Progspace objects. | Doug Evans | 2014-10-30 | 2 | -0/+73 |
* | stepi/nexti: skip signal handler if "handle nostop" signal arrives | Pedro Alves | 2014-10-27 | 2 | -1/+73 |
* | Small fixes to the Python API doc | Simon Marchi | 2014-10-20 | 2 | -2/+9 |
* | New python event "clear_objfiles". | Doug Evans | 2014-10-17 | 2 | -0/+14 |
* | Add gdb.Objfile.progspace attribute. | Doug Evans | 2014-10-17 | 2 | -0/+9 |
* | Delete Tru64 support | Pedro Alves | 2014-10-17 | 2 | -5/+8 |
* | Exit code of exited inferiors in -list-thread-groups | Simon Marchi | 2014-10-01 | 2 | -0/+10 |
* | 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de> | Jan-Benedict Glaw | 2014-09-22 | 2 | -0/+5 |
* | Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto" | Pedro Alves | 2014-09-22 | 2 | -11/+8 |
* | New "producer" attribute of python gdb.Symtab. | Doug Evans | 2014-09-18 | 2 | -0/+13 |
* | Remove documention of dead "target vxworks" | Pedro Alves | 2014-09-16 | 2 | -170/+10 |
* | New command queue-signal. | Doug Evans | 2014-09-13 | 2 | -5/+30 |
* | PR 15276: Add $_caller_is, $_caller_matches, $_any_caller_is, $_any_caller_ma... | Doug Evans | 2014-09-06 | 2 | -0/+70 |
* | Improve Type.template_argument docs in Python API. | Justin Lebar | 2014-09-03 | 2 | -4/+11 |
* | Add support for reading frame registers to Python API. | Sasha Smundak | 2014-09-03 | 2 | -0/+11 |
* | make "set debug target" take effect immediately | Tom Tromey | 2014-08-04 | 2 | -2/+6 |
* | [gdb/doc] Add target triplet to man files | Masaki Muranaka | 2014-08-01 | 2 | -2/+10 |