summaryrefslogtreecommitdiff
path: root/gdb/NEWS
AgeCommit message (Expand)Author
2024-01-12gdb/python: Add gdb.InferiorThread.__dict__ attributeAndrew Burgess
2024-01-12gdb/python: Add gdb.Inferior.__dict__ attributeAndrew Burgess
2024-01-12gdb/python: remove users ability to create gdb.Progspace objectsAndrew Burgess
2024-01-12gdb/python: New InferiorThread.ptid_string attributeAndrew Burgess
2024-01-08Add "maint set dwarf synchronous"Tom Tromey
2024-01-02gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-tableGuinevere Larsen
2023-12-22Add DAP log level parameterTom Tromey
2023-12-22Add 'program' to DAP 'attach' requestTom Tromey
2023-12-11Implement DAP cancellationTom Tromey
2023-12-11Introduce gdb.interruptTom Tromey
2023-12-11Emit stop reason details in Python stop eventsTom Tromey
2023-12-11Add DAP items to NEWSTom Tromey
2023-12-08gdbserver: allow for general 'monitor set debug COMPONENT VALUE' useAndrew Burgess
2023-12-08gdbserver: allow the --debug command line option to take a valueAndrew Burgess
2023-11-16gdb/NEWS: merge two 'New commands' sectionsAndrew Burgess
2023-11-14Add gdb.Frame.static_link methodTom Tromey
2023-11-14gdb: implement missing debug handler hook for PythonAndrew Burgess
2023-11-13Document remote clone events, and QThreadOptions packetPedro Alves
2023-11-13Don't resume new threads if scheduler-locking is in effectPedro Alves
2023-11-13Add "maint info linux-lwps" commandAndrew Burgess
2023-11-08gdb: error if /r and /b are used with disassemble commandAndrew Burgess
2023-10-28gdb/gdbsupport/gdbserver: Require c++17Lancelot Six
2023-10-26gdb/python: Add new gdb.Value.bytes attributeAndrew Burgess
2023-10-20[gdb/symtab] Fix more style issues in v9 .gdb_index section supportTom de Vries
2023-10-16Handle gdb.LazyString in DAPTom Tromey
2023-10-10gdb/python: implement support for sending custom MI async notificationsJan Vrany
2023-10-10[gdb/symtab] Add name_of_main and language_of_main to the DWARF indexMatheus Branco Borella
2023-10-08Update gdb/NEWS after GDB 14 branch creation.Joel Brobecker
2023-10-06gdb/NEWS: reorder some entries in the NEWS fileAndrew Burgess
2023-10-05gdb/configure.ac: Add option --with-additional-debug-dirsThiago Jung Bauermann
2023-10-04sme2: Document SME2 registers and featuresLuis Machado
2023-10-04sme: Document SME registers and featuresLuis Machado
2023-10-02gdb: add Python events for program space addition and removalAndrew Burgess
2023-09-29Support the NO_COLOR environment variableTom Tromey
2023-09-28gdb/python: make the executable_changed event available from PythonAndrew Burgess
2023-09-28gdb/python: new Progspace.executable_filename attributeAndrew Burgess
2023-09-28gdb/python: new Progspace.symbol_file attributeAndrew Burgess
2023-09-26Introduce gdb.ValuePrinterTom Tromey
2023-09-20gdb/tui: add 'set tui mouse-events off' to restore mouse selectionMatthew "strager" Glazar
2023-09-19gdb/cli: fixes to newly added "list ." commandGuinevere Larsen
2023-09-05Add new Python APIs to support DAP value displayTom Tromey
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess
2023-08-09gdb, breakpoint: add breakpoint location debugging logsMihails Strasuns
2023-07-23Export gdb.block_signals and create gdb.ThreadTom Tromey
2023-07-21Add Progspace.objfile_for_addressTom Tromey
2023-07-21Implement Ada target name symbolTom Tromey
2023-07-14gdb/cli: Improve UX when using list with no argsBruno Larsen
2023-07-14gdb/cli: add '.' as an argument for 'list' commandBruno Larsen
2023-07-13Implement 'Enum_Val and 'Enum_RepTom Tromey
2023-07-07gdb: check max-value-size when reading strings for printfAndrew Burgess