aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-21gdb: Migrate frame unwinders to use C++ classesusers/gwen/try-frame-unwind-c++-ification-fixedGuinevere Larsen86-357/+537
2024-02-21gdb: add "unwinder class" to frame unwindersGuinevere Larsen80-1/+149
2024-02-14gdb/testsuite: Test for a backtrace through object without debuginfoFedora GDB patches3-0/+151
2024-02-14gdb: make gdbarch store a vector of frame unwindersGuinevere Larsen5-69/+61
2024-02-14[gdb/testsuite] Fix another fail and tcl error in gdb.dap/sources.expTom de Vries1-17/+24
2024-02-14Automatic date update in version.inGDB Administrator1-1/+1
2024-02-13arc: Don't use multiline in arc-disassembler-options.exp testYuriy Kolerov1-4/+5
2024-02-13[gdb/testsuite] Fix fail in gdb.dap/sources.expTom de Vries1-0/+3
2024-02-13sim: riscv: Add support for compressed integer instructionsJaydeep Patil7-8/+437
2024-02-13[gdb/testsuite] Fix tcl error in gdb.dap/sources.expTom de Vries1-2/+4
2024-02-13[gdb/tdep] Fix reverse execution of LDR(immediate) T4Tom de Vries1-0/+8
2024-02-13Automatic date update in version.inGDB Administrator1-1/+1
2024-02-12Introduce bfd_print_error functionTom Tromey2-12/+40
2024-02-12Do not call fputc from _bfd_doprntTom Tromey1-1/+1
2024-02-12[gdb] Re-format dap/startup.py with blackTom de Vries1-2/+2
2024-02-12[gdb/dap] Catch and log exceptions in dap threadsTom de Vries1-2/+18
2024-02-12Fix DAP launch and configurationDone requestsTom Tromey30-182/+258
2024-02-12Clean up suppress_new_breakpoint_eventTom Tromey1-1/+2
2024-02-12Export dap_initializeTom Tromey1-4/+4
2024-02-12gdb: re-format Python files with black 24.1.1Simon Marchi3-14/+12
2024-02-12Add support to readelf for the PT_OPENBSD_SYSCALLS segment type.Frederic Cambus4-0/+11
2024-02-12rs6000, unwind-on-each-instruction fix.Carl Love1-6/+47
2024-02-12remote.c: Make packet_check_result return a structureAlexandra Hájková1-34/+104
2024-02-12Automatic date update in version.inGDB Administrator1-1/+1
2024-02-11Fix crash when calling Frame.static_linkHannes Domani2-0/+17
2024-02-11Automatic date update in version.inGDB Administrator1-1/+1
2024-02-10gdb/python: fix 'set python ignore-environment' white spaceAndrew Burgess1-4/+4
2024-02-10Automatic date update in version.inGDB Administrator1-1/+1
2024-02-09Allow value repeat operator on referencesHannes Domani2-0/+3
2024-02-09PowerPC: Add support for Power11 optionsPeter Bergner4-6/+22
2024-02-09gdb: remove unnecessary nullptr check in remove_user_added_objfileSimon Marchi1-1/+1
2024-02-09gdb: add program_space parameter to clear_solibSimon Marchi4-16/+12
2024-02-09gdb: add program_space parameter to disable_breakpoints_in_shlibsSimon Marchi4-7/+9
2024-02-09gdb: add inferior parameter to breakpoint_init_inferiorSimon Marchi5-26/+24
2024-02-09gdb: add program_space parameter to mark_breakpoints_outSimon Marchi4-8/+9
2024-02-09Fix crash in aarch64-linux gdbserverPedro Alves1-6/+15
2024-02-09x86/APX: with REX2 map 1 doesn't "chain" to maps 2 or 3Jan Beulich1-7/+5
2024-02-09x86/APX: V{BROADCAST,EXTRACT,INSERT}{F,I}128 can also be expressedJan Beulich5-201/+303
2024-02-09x86/APX: VROUND{P,S}{S,D} encodings require AVX512{F,VL}Jan Beulich2-6/+6
2024-02-09x86: change type of Dwarf2 register numbers in register tableJan Beulich2-10/+8
2024-02-08gas: scfi: fix failing test on Solaris2Indu Bhagat1-2/+22
2024-02-09PR 14962 testcase xcoff failureAlan Modra1-1/+7
2024-02-09Automatic date update in version.inGDB Administrator1-1/+1
2024-02-08gdb/testsuite: Fix testing of "info copying"Thiago Jung Bauermann1-7/+87
2024-02-09PR31208, strip can break ELF alignment requirementsAlan Modra1-1/+1
2024-02-08Update TUI register window when the inferior exitsTom Tromey4-24/+53
2024-02-08Rename show_registers -> set_register_groupTom Tromey2-4/+4
2024-02-08Return void from tui_show_frame_infoTom Tromey2-11/+7
2024-02-08Remove redundant check from tui_refresh_frame_and_register_informationTom Tromey1-3/+2
2024-02-08Remove tui_refreshing_registersTom Tromey1-14/+2