Age | Commit message (Expand) | Author | Files | Lines |
2021-05-14 | gdb/python: add a 'connection_num' attribute to Inferior objects | Tankut Baris Aktemur | 2 | -0/+11 |
2021-05-12 | Revert "[gdb/symtab] Fix infinite recursion in dwarf2_cu::get_builder()" | Tom de Vries | 2 | -7/+2 |
2021-05-12 | Guile: add value-const-value | George Barrett | 2 | -0/+10 |
2021-05-12 | Guile: add value-{rvalue-,}reference-value | George Barrett | 2 | -0/+16 |
2021-05-12 | Guile: improved rvalue reference support | George Barrett | 2 | -0/+8 |
2021-05-10 | gdb/doc: reword a sentence | Andrew Burgess | 3 | -2/+7 |
2021-05-09 | gdb/doc: document 'set debug py-unwind' | Andrew Burgess | 2 | -0/+12 |
2021-05-09 | gdb/py: add some debugging to py-breakpoint.c | Andrew Burgess | 2 | -0/+16 |
2021-05-07 | [gdb/symtab] Fix infinite recursion in dwarf2_cu::get_builder() | Tom de Vries | 2 | -2/+7 |
2021-05-06 | gdb/mi: add a '--force' flag to the '-break-condition' command | Tankut Baris Aktemur | 2 | -2/+9 |
2021-05-06 | gdb/mi: add a '--force-condition' flag to the '-break-insert' cmd | Tankut Baris Aktemur | 2 | -2/+14 |
2021-05-04 | gdb: update Type.fields doc based on actual GDB behavior | Simon Marchi | 2 | -6/+32 |
2021-04-28 | gdb/doc: use @env to reference environment variables | Andrew Burgess | 2 | -27/+42 |
2021-04-28 | gdb: startup commands to control Python extension language | Andrew Burgess | 2 | -0/+42 |
2021-04-25 | [PR gdb/22640] ptype: add option to use hexadecimal notation | Lancelot SIX | 2 | -45/+75 |
2021-04-21 | gdb/breakpoint: display "N" on MI for disabled-by-condition locations | Tankut Baris Aktemur | 2 | -3/+15 |
2021-04-15 | gdb: add "set startup-quietly" command | Tom Tromey | 2 | -0/+13 |
2021-04-15 | gdb: process early initialization files and command line options | Andrew Burgess | 2 | -10/+120 |
2021-04-14 | gdb/doc: add missing parentheses around prompt in some examples | Andrew Burgess | 2 | -5/+12 |
2021-03-29 | Fix memory tagging section type | Luis Machado | 2 | -1/+6 |
2021-03-24 | Document new "x" and "print" memory tagging extensions | Luis Machado | 2 | -3/+48 |
2021-03-24 | Documentation for the new mtag commands | Luis Machado | 2 | -0/+101 |
2021-03-24 | Documentation for memory tagging remote packets | Luis Machado | 2 | -0/+120 |
2021-03-18 | gdb/doc: fix the example for get_set_string in Python API docs | Andrew Burgess | 2 | -0/+6 |
2021-02-24 | gdb: add a new 'maint info target-sections' command | Andrew Burgess | 2 | -0/+13 |
2021-02-17 | [PR cli/17290] gdb/doc: Fix show remote interrupt-*. | Lancelot SIX | 2 | -2/+8 |
2021-02-11 | gdb: change 'maint info section' to use command options | Andrew Burgess | 2 | -13/+21 |
2021-02-11 | gdb: Remove arm-symbianelf support | Alan Modra | 1 | -2/+2 |
2021-02-08 | gdb: return true in TuiWindow.is_valid only if TUI is enabled | Andrew Burgess | 2 | -0/+10 |
2021-02-02 | Inferior without argument prints detail of current inferior. | Lancelot SIX | 2 | -0/+21 |
2021-01-27 | Remove extra space after @pxref in gdb.texinfo | Tom Tromey | 2 | -1/+5 |
2021-01-25 | gdb/docs: add parentheses in Python examples using print | Marco Barisione | 2 | -9/+13 |
2021-01-25 | gdb/doc: move @menu blocks to the end of their enclosing @node | Andrew Burgess | 2 | -35/+44 |
2021-01-22 | gdb: add new version style | Andrew Burgess | 2 | -0/+17 |
2021-01-22 | gdb/doc: don't rely on @menu item within the docs | Andrew Burgess | 2 | -11/+20 |
2021-01-22 | gdb/doc: move @menu to the end of the node | Andrew Burgess | 2 | -4/+8 |
2021-01-22 | gdb/doc: down case contents of @var | Andrew Burgess | 2 | -2/+6 |
2021-01-21 | gdb/doc: reorder and group sections relating to aliases | Andrew Burgess | 2 | -189/+204 |
2021-01-21 | Add Python support for hardware breakpoints | Hannes Domani | 2 | -0/+10 |
2021-01-01 | Manual updates of copyright year range not covered by gdb/copyright.py | Joel Brobecker | 3 | -4/+8 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 14 | -14/+14 |
2020-12-29 | Fix wrong method name | Hannes Domani | 2 | -1/+5 |
2020-12-23 | Clarify language for the '?' packet | Alex Bennée | 2 | -3/+8 |
2020-12-21 | gdb.texinfo: Document GMP as mandatory requirement to build GDB | Joel Brobecker | 2 | -0/+13 |
2020-12-18 | Remove erroneous 'a' in gdb.register_window_type documentation | Hannes Domani | 2 | -1/+5 |
2020-12-18 | Add address keyword to Value.format_string | Hannes Domani | 2 | -0/+9 |
2020-12-17 | gdb/doc: fix "show check range" command name | Simon Marchi | 2 | -1/+7 |
2020-12-13 | gdb: new command 'maint flush dcache' | Andrew Burgess | 2 | -0/+11 |
2020-12-13 | gdb: introduce new 'maint flush ' prefix command | Andrew Burgess | 2 | -6/+21 |
2020-12-04 | Fix building gdb release from tar file without makeinfo | Bernd Edlinger | 2 | -4/+8 |