Age | Commit message (Expand) | Author | Files | Lines |
2018-06-05 | Add "continue" response to pager | Tom Tromey | 2 | -5/+13 |
2018-05-31 | Fix "set" handling of Python parameters | Tom Tromey | 1 | -6/+8 |
2018-05-31 | Add basic Python API for convenience variables | Tom Tromey | 1 | -2/+21 |
2018-05-31 | arch-utils: Make the last endianness actually chosen sticky | Maciej W. Rozycki | 2 | -0/+14 |
2018-05-31 | Add Aarch64 SVE target description | Alan Hayward | 1 | -0/+4 |
2018-05-24 | Fix help and documentation for inferior commands | Tom Tromey | 1 | -1/+4 |
2018-05-04 | Allow breakpoint commands to be set from Python | Tom Tromey | 2 | -1/+7 |
2018-05-02 | Handle var_zuinteger and var_zuinteger_unlimited from Python | Tom Tromey | 2 | -0/+19 |
2018-04-30 | Expose type alignment on gdb.Type | Tom Tromey | 2 | -0/+11 |
2018-04-13 | Show line numbers in output for "info var/func/type" | Andreas Arnez | 2 | -9/+19 |
2018-04-13 | btrace: set/show record btrace cpu | Markus Metzger | 2 | -0/+67 |
2018-03-27 | set varsize-limit: New GDB setting for maximum dynamic object size | Joel Brobecker | 2 | -0/+36 |
2018-03-26 | Allow hiding of some filtered frames | Tom Tromey | 2 | -0/+11 |
2018-03-26 | Rationalize "backtrace" command line parsing | Tom Tromey | 2 | -31/+33 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 2 | -313/+4 |
2018-03-03 | Add a new debug knob for the FreeBSD native target. | John Baldwin | 2 | -0/+10 |
2018-02-19 | gdb/doc: Additional information about 'info line' | Andrew Burgess | 2 | -6/+18 |
2018-01-31 | (Ada) Add gdb-mi support for stopping at start of exception handler. | Xavier Roirand | 1 | -0/+44 |
2018-01-15 | Fix gdb.texinfo more | Szabolcs Nagy | 2 | -0/+5 |
2018-01-15 | Fix gdb.texinfo for old makeinfo (again) | Szabolcs Nagy | 2 | -4/+8 |
2018-01-12 | Install and generate docs for gdb-add-index | Sergio Durigan Junior | 3 | -1/+86 |
2018-01-11 | Fix gdb.texinfo for old makeinfo | Szabolcs Nagy | 2 | -1/+5 |
2018-01-09 | Document support for 'info proc' on FreeBSD. | John Baldwin | 2 | -32/+53 |
2018-01-03 | (Ada) New command to stop at start of exception handler. | Xavier Roirand | 2 | -0/+25 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 15 | -19/+19 |
2017-12-27 | tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p | Stafford Horne | 2 | -4/+12 |
2017-12-27 | reggroups: Add test and docs for `info reg $reggroup` feature | Stafford Horne | 2 | -0/+9 |
2017-12-15 | Implement pahole-like 'ptype /o' option | Sergio Durigan Junior | 2 | -0/+129 |
2017-12-13 | python: Add qualified parameter to gdb.Breakpoint | Simon Marchi | 2 | -3/+15 |
2017-12-13 | python doc: Rework Breakpoint.__init__ doc | Simon Marchi | 2 | -24/+48 |
2017-12-12 | gdb: Add OpenRISC or1k and or1knd target support | Franck Jullien | 2 | -0/+54 |
2017-12-08 | DWARF-5: .debug_names index producer | Jan Kratochvil | 2 | -5/+23 |
2017-12-07 | Record nested types | Keith Seitz | 2 | -0/+18 |
2017-12-07 | Implement explicit locations for Python breakpoints. | Phil Muldoon | 2 | -19/+27 |
2017-12-04 | Document the new "-a" command line option for gcore | Sergio Lopez | 1 | -1/+8 |
2017-12-04 | Document new {set,show} dump-excluded-mappings commands. | Sergio Lopez | 1 | -1/+13 |
2017-12-04 | Update manual for Rust change | Tom Tromey | 2 | -3/+4 |
2017-12-01 | Add support for the readnever concept | Sergio Durigan Junior | 2 | -1/+28 |
2017-12-01 | Revert "Add support for the readnever concept" | Sergio Durigan Junior | 2 | -28/+1 |
2017-12-01 | Add support for the readnever concept | Sergio Durigan Junior | 2 | -1/+28 |
2017-11-29 | Breakpoints in symbols with ABI tags (PR c++/19436) | Pedro Alves | 2 | -0/+49 |
2017-11-29 | Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] | Pedro Alves | 2 | -1/+49 |
2017-11-26 | Update find command help and search memory docs | Dominik Czarnota | 2 | -1/+13 |
2017-11-24 | (Ada) provide the exception message when hitting an exception catchpoint | Joel Brobecker | 2 | -2/+8 |
2017-11-24 | Fix issues with gdb-memory-map.dtd | Simon Marchi | 2 | -6/+9 |
2017-11-24 | Document linespec/explicit locations & completion improvements (manual + NEWS) | Pedro Alves | 2 | -22/+46 |
2017-11-22 | Target FP: Make use of MPFR if available | Ulrich Weigand | 2 | -0/+20 |
2017-11-16 | Add Python rbreak command. | Phil Muldoon | 2 | -0/+21 |
2017-11-07 | Allow enabling/disabling breakpoint location ranges | Xavier Roirand | 2 | -8/+16 |
2017-10-04 | Extend "set cwd" to work on gdbserver | Sergio Durigan Junior | 2 | -3/+44 |