aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
AgeCommit message (Expand)AuthorFilesLines
2024-04-19gdb: Document qIsAddressTagged packetGustavo Romero1-0/+10
2024-04-17gdb/record: minor clean, remove some unneeded argumentsAndrew Burgess1-0/+4
2024-03-25gdb: rename unwindonsignal to unwind-on-signalAndrew Burgess1-0/+9
2024-03-25gdb: introduce unwind-on-timeout settingAndrew Burgess1-0/+9
2024-03-25gdb: add timeouts for inferior function callsAndrew Burgess1-0/+18
2024-03-22Teach GDB to generate sparse core files (PR corefiles/31494)Pedro Alves1-0/+4
2024-03-12gdb: Deprecate MPX commands.Schimpe, Christina1-0/+3
2024-01-28Document new Python and Guile constantsTom Tromey1-0/+12
2024-01-12gdb/python: Add gdb.InferiorThread.__dict__ attributeAndrew Burgess1-0/+4
2024-01-12gdb/python: Add gdb.Inferior.__dict__ attributeAndrew Burgess1-0/+4
2024-01-12gdb/python: remove users ability to create gdb.Progspace objectsAndrew Burgess1-0/+5
2024-01-12gdb/python: New InferiorThread.ptid_string attributeAndrew Burgess1-0/+4
2024-01-08Add "maint set dwarf synchronous"Tom Tromey1-0/+4
2024-01-02gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-tableGuinevere Larsen1-0/+5
2023-12-22Add DAP log level parameterTom Tromey1-0/+5
2023-12-22Add 'program' to DAP 'attach' requestTom Tromey1-0/+2
2023-12-11Implement DAP cancellationTom Tromey1-0/+2
2023-12-11Introduce gdb.interruptTom Tromey1-0/+3
2023-12-11Emit stop reason details in Python stop eventsTom Tromey1-0/+4
2023-12-11Add DAP items to NEWSTom Tromey1-0/+4
2023-12-08gdbserver: allow for general 'monitor set debug COMPONENT VALUE' useAndrew Burgess1-0/+8
2023-12-08gdbserver: allow the --debug command line option to take a valueAndrew Burgess1-0/+10
2023-11-16gdb/NEWS: merge two 'New commands' sectionsAndrew Burgess1-10/+8
2023-11-14Add gdb.Frame.static_link methodTom Tromey1-0/+3
2023-11-14gdb: implement missing debug handler hook for PythonAndrew Burgess1-0/+26
2023-11-13Document remote clone events, and QThreadOptions packetPedro Alves1-0/+20
2023-11-13Don't resume new threads if scheduler-locking is in effectPedro Alves1-0/+7
2023-11-13Add "maint info linux-lwps" commandAndrew Burgess1-0/+5
2023-11-08gdb: error if /r and /b are used with disassemble commandAndrew Burgess1-0/+7
2023-10-28gdb/gdbsupport/gdbserver: Require c++17Lancelot Six1-0/+3
2023-10-26gdb/python: Add new gdb.Value.bytes attributeAndrew Burgess1-0/+3
2023-10-20[gdb/symtab] Fix more style issues in v9 .gdb_index section supportTom de Vries1-1/+1
2023-10-16Handle gdb.LazyString in DAPTom Tromey1-0/+2
2023-10-10gdb/python: implement support for sending custom MI async notificationsJan Vrany1-0/+5
2023-10-10[gdb/symtab] Add name_of_main and language_of_main to the DWARF indexMatheus Branco Borella1-0/+3
2023-10-08Update gdb/NEWS after GDB 14 branch creation.Joel Brobecker1-1/+3
2023-10-06gdb/NEWS: reorder some entries in the NEWS fileAndrew Burgess1-12/+12
2023-10-05gdb/configure.ac: Add option --with-additional-debug-dirsThiago Jung Bauermann1-0/+8
2023-10-04sme2: Document SME2 registers and featuresLuis Machado1-0/+3
2023-10-04sme: Document SME registers and featuresLuis Machado1-0/+11
2023-10-02gdb: add Python events for program space addition and removalAndrew Burgess1-0/+7
2023-09-29Support the NO_COLOR environment variableTom Tromey1-0/+4
2023-09-28gdb/python: make the executable_changed event available from PythonAndrew Burgess1-0/+5
2023-09-28gdb/python: new Progspace.executable_filename attributeAndrew Burgess1-0/+7
2023-09-28gdb/python: new Progspace.symbol_file attributeAndrew Burgess1-0/+5
2023-09-26Introduce gdb.ValuePrinterTom Tromey1-0/+5
2023-09-20gdb/tui: add 'set tui mouse-events off' to restore mouse selectionMatthew "strager" Glazar1-0/+6
2023-09-19gdb/cli: fixes to newly added "list ." commandGuinevere Larsen1-2/+3
2023-09-05Add new Python APIs to support DAP value displayTom Tromey1-0/+8
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess1-0/+21