Age | Commit message (Expand) | Author | Files | Lines |
2021-10-29 | Add gdb.Architecture.integer_type Python function | Tom Tromey | 1 | -0/+3 |
2021-10-29 | gdb: Add OpenRISC gdbserver and native config news | Stafford Horne | 1 | -0/+8 |
2021-10-22 | gdb/python: new gdb.architecture_names function | Andrew Burgess | 1 | -0/+4 |
2021-10-11 | [ARM] Add support for M-profile MVE extension | Srinath Parvathaneni | 1 | -0/+4 |
2021-10-05 | Remove 'varsize-limit' | Tom Tromey | 1 | -0/+5 |
2021-10-05 | gdb/python: add a new gdb_exiting event | Andrew Burgess | 1 | -0/+6 |
2021-09-28 | gdb: print backtrace for internal error/warning | Andrew Burgess | 1 | -0/+8 |
2021-09-27 | gdb: add setting to disable reading source code files | Andrew Burgess | 1 | -0/+9 |
2021-09-07 | gdb/python: new function to add values into GDB's history | Andrew Burgess | 1 | -0/+7 |
2021-08-11 | gdb: print backtrace on fatal SIGSEGV | Andrew Burgess | 1 | -0/+7 |
2021-07-28 | Guile: temporary breakpoints | George Barrett | 1 | -0/+3 |
2021-07-17 | Add basic Z80 CPU support | Sergey Belyashov | 1 | -0/+1 |
2021-07-14 | gdb: call post_create_inferior at end of follow_fork_inferior | Simon Marchi | 1 | -0/+3 |
2021-07-03 | Update NEWS post GDB 11 branch creation. | Joel Brobecker | 1 | -1/+3 |
2021-07-02 | Document TUI improvements in the manual & NEWS | Pedro Alves | 1 | -0/+16 |
2021-06-25 | gdb: change info sources to group results by objfile | Andrew Burgess | 1 | -0/+6 |
2021-06-25 | gdb/mi: add new --group-by-objfile flag for -file-list-exec-source-files | Andrew Burgess | 1 | -1/+8 |
2021-06-25 | gdb/mi: add regexp filtering to -file-list-exec-source-files | Andrew Burgess | 1 | -0/+18 |
2021-06-25 | gdb/python: allow for catchpoint type breakpoints in python | Andrew Burgess | 1 | -0/+4 |
2021-06-21 | gdb/riscv: add support for vector registers in target descriptions | Andrew Burgess | 1 | -0/+5 |
2021-06-21 | gdb/python: add PendingFrame.level and Frame.level methods | Andrew Burgess | 1 | -0/+6 |
2021-06-05 | arc: Add 'set disassembler-options' support | Shahab Vahedi | 1 | -0/+3 |
2021-05-14 | gdb/python: add a 'connection_num' attribute to Inferior objects | Tankut Baris Aktemur | 1 | -0/+6 |
2021-05-12 | Guile: add value-const-value | George Barrett | 1 | -2/+3 |
2021-05-12 | Guile: add value-{rvalue-,}reference-value | George Barrett | 1 | -0/+3 |
2021-05-12 | Guile: improved rvalue reference support | George Barrett | 1 | -0/+7 |
2021-05-06 | gdb/mi: add a '--force' flag to the '-break-condition' command | Tankut Baris Aktemur | 1 | -0/+7 |
2021-05-06 | gdb/mi: add a '--force-condition' flag to the '-break-insert' cmd | Tankut Baris Aktemur | 1 | -0/+8 |
2021-04-29 | gdb/NEWS: Fix typo and stray full stop | Andrew Burgess | 1 | -2/+2 |
2021-04-28 | gdb: startup commands to control Python extension language | Andrew Burgess | 1 | -0/+16 |
2021-04-25 | [PR gdb/22640] ptype: add option to use hexadecimal notation | Lancelot SIX | 1 | -0/+12 |
2021-04-15 | gdb: add "set startup-quietly" command | Tom Tromey | 1 | -0/+7 |
2021-04-15 | gdb: process early initialization files and command line options | Andrew Burgess | 1 | -0/+12 |
2021-03-24 | Add NEWS entry. | Luis Machado | 1 | -0/+40 |
2021-02-24 | gdb: add a new 'maint info target-sections' command | Andrew Burgess | 1 | -0/+3 |
2021-02-11 | gdb: change 'maint info section' to use command options | Andrew Burgess | 1 | -0/+5 |
2021-02-11 | gdb: Remove arm-symbianelf support | Alan Modra | 1 | -0/+4 |
2021-02-02 | Inferior without argument prints detail of current inferior. | Lancelot SIX | 1 | -0/+6 |
2021-01-22 | gdb: add new version style | Andrew Burgess | 1 | -0/+5 |
2020-12-13 | gdb: new command 'maint flush dcache' | Andrew Burgess | 1 | -0/+3 |
2020-12-13 | gdb: introduce new 'maint flush ' prefix command | Andrew Burgess | 1 | -0/+11 |
2020-11-24 | gdb/NEWS: Document that GDB now supports DWARF-based fixed point types | Joel Brobecker | 1 | -0/+9 |
2020-11-24 | gdb/NEWS: Document that building GDB now requires GMP | Joel Brobecker | 1 | -0/+3 |
2020-11-19 | gdb/fortran: Add support for Fortran array slices at the GDB prompt | Andrew Burgess | 1 | -0/+13 |
2020-11-02 | gdb: use get_standard_config_dir when looking for .gdbinit | Andrew Burgess | 1 | -0/+6 |
2020-10-27 | gdb/breakpoint: add flags to 'condition' and 'break' commands to force condition | Tankut Baris Aktemur | 1 | -0/+22 |
2020-10-08 | Update GDB NEWS with ARC support in GDBserver | Shahab Vahedi | 1 | -0/+2 |
2020-10-04 | gdb: add doc for "set/show debug event-loop" | Simon Marchi | 1 | -0/+6 |
2020-09-18 | Mention x86_64 Cygwin core file support in NEWS. | Jon Turney | 1 | -0/+2 |
2020-09-13 | Add MI "-break-insert --qualified" | Pedro Alves | 1 | -0/+10 |