Age | Commit message (Expand) | Author | Files | Lines |
2019-04-08 | Rename python function thread_from_thread_handle to thread_from_handle | Kevin Buettner | 2 | -2/+13 |
2019-04-08 | Documentation for python method InferiorThread.handle | Kevin Buettner | 2 | -0/+13 |
2019-04-07 | Make "all" depend on "info" | Tom Tromey | 2 | -1/+5 |
2019-04-01 | gdb: Add $_cimag and $_creal internal functions | Andrew Burgess | 2 | -0/+16 |
2019-04-01 | Add gdb.Value.format_string () | Marco Barisione | 1 | -0/+80 |
2019-03-30 | Introduce new convenience variables $_gdb_major and $_gdb_minor | Eli Zaretskii | 2 | -1/+17 |
2019-03-26 | gdb: Make python display_hint None handling defined behaviour | Andrew Burgess | 2 | -1/+9 |
2019-03-22 | AArch64: Add pointer authentication feature | Alan Hayward | 2 | -0/+8 |
2019-03-20 | Use @defvar to document gdb.pretty_printers | Tom Tromey | 2 | -0/+16 |
2019-03-14 | Fix gdb.texinfo build | Simon Marchi | 2 | -1/+6 |
2019-03-14 | Add the "set style source" command | Tom Tromey | 2 | -0/+15 |
2019-03-13 | Fix MI output for multi-location breakpoints | Simon Marchi | 2 | -12/+97 |
2019-03-05 | Small fix to gdb.Value constructor doc | Simon Marchi | 2 | -1/+6 |
2019-03-02 | Fix documentation of styles. | Eli Zaretskii | 2 | -6/+15 |
2019-02-27 | Document fact that mininum Python version is now 2.6 | Kevin Buettner | 2 | -1/+6 |
2019-02-26 | Document two argument form of gdb.Value constructor | Kevin Buettner | 2 | -0/+13 |
2019-02-23 | Update copyright year range in gdb.texinfo and refcard.tex | Joel Brobecker | 3 | -4/+9 |
2019-02-21 | Document style behavior in batch mode. | Alan Hayward | 2 | -2/+7 |
2019-02-21 | Fix typo in "show remotelogfile" docs | Tom Tromey | 2 | -1/+6 |
2019-01-16 | doc: Add table of MI versions | Simon Marchi | 2 | -11/+53 |
2019-01-14 | [PowerPC] Aliases for vector registers | Pedro Franco de Carvalho | 2 | -2/+9 |
2019-01-09 | gdb: Remove support for old mangling schemes | Simon Marchi | 2 | -25/+9 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 14 | -14/+14 |
2018-12-28 | Document the "set style" commands | Tom Tromey | 2 | -0/+69 |
2018-12-13 | Add an optional "alias" attribute to syscall entries. | John Baldwin | 2 | -0/+30 |
2018-11-21 | gdb/riscv: Add target description support | Andrew Burgess | 2 | -0/+41 |
2018-11-20 | Document language choice in 'info [functions|variables|types]|rbreak' commands | Philippe Waroquiers | 2 | -0/+35 |
2018-11-09 | [PowerPC] Document requirements for VSX feature | Pedro Franco de Carvalho | 2 | -5/+12 |
2018-11-01 | gdb.texinfo: Fix the output of the "info tasks 2" example | Joel Brobecker | 2 | -1/+7 |
2018-10-29 | Revert "GDB: Document the unix::/path/to/socket of remote connection." | Simon Marchi | 1 | -23/+1 |
2018-10-29 | Revert "GDB: Fix documentation for invoking GDBSERVER" | Simon Marchi | 1 | -44/+16 |
2018-10-27 | Document changes to info [args|functions|locals|variables] | Philippe Waroquiers | 2 | -12/+120 |
2018-10-26 | [PowerPC] Add support for HTM registers | Edjunior Barbosa Machado | 2 | -0/+50 |
2018-10-26 | [PowerPC] Add support for EBB and PMU registers | Edjunior Barbosa Machado | 2 | -0/+14 |
2018-10-26 | [PowerPC] Add support for TAR | Edjunior Barbosa Machado | 2 | -0/+8 |
2018-10-26 | [PowerPC] Add support for PPR and DSCR | Edjunior Barbosa Machado | 2 | -0/+11 |
2018-10-23 | GDB: New target s12z | John Darrington | 1 | -0/+16 |
2018-10-23 | GDB: Fix documentation for invoking GDBSERVER | John Darrington | 1 | -16/+44 |
2018-10-23 | GDB: Document the unix::/path/to/socket of remote connection. | John Darrington | 1 | -1/+23 |
2018-10-20 | Fix "make info" in gdb | Tom Tromey | 2 | -1/+6 |
2018-10-20 | GDB: Documentation: Remove greengrocer's apostrophe. | John Darrington | 1 | -1/+1 |
2018-10-19 | Deprecate and replace the "tabset" command | Tom Tromey | 2 | -7/+14 |
2018-10-09 | Make @pxref for Inferior.architecture point to gdb.Frame documentation | Tom Tromey | 2 | -1/+6 |
2018-10-09 | Disable the undefined behavior sanitizer by default | Tom Tromey | 2 | -6/+12 |
2018-10-08 | Add native target for FreeBSD/riscv. | John Baldwin | 2 | -0/+11 |
2018-10-08 | Python doc build fixes | Andreas Krebbel | 1 | -1/+2 |
2018-10-06 | Add Inferior.architecture method | Tom Tromey | 2 | -0/+13 |
2018-10-06 | Update symbol domain and location values for Python | Tom Tromey | 2 | -12/+19 |
2018-10-03 | Add --enable-ubsan | Tom Tromey | 2 | -0/+12 |
2018-10-02 | Allow remote debugging over a Unix local domain socket. | John Darrington | 2 | -1/+26 |