aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-15Finalized intl-update patchesArsen Arsenovi?117-28896/+29987
2023-11-15MIPS: Fix Irix gas testcases about pdr sectionYunQiang Su10-7/+40
2023-11-15Automatic date update in version.inGDB Administrator1-1/+1
2023-11-14Remove path name from test caseTom Tromey1-1/+2
2023-11-14Remove some redundant "break"sTom Tromey1-4/+0
2023-11-14Filter invalid encodings from Linux thread namesTom Tromey2-2/+58
2023-11-14Update gdb.Symbol.is_variable documentationTom Tromey1-1/+3
2023-11-14Handle the static link in FrameDecoratorTom Tromey3-13/+174
2023-11-14Fix a bug in DAP scopes codeTom Tromey1-2/+6
2023-11-14Add gdb.Frame.static_link methodTom Tromey3-0/+39
2023-11-14Move follow_static_link to frame.cTom Tromey3-53/+53
2023-11-14Add block::function_blockTom Tromey2-0/+19
2023-11-14Add two convenience methods to blockTom Tromey2-3/+17
2023-11-14gdb/MAINTAINERS: add Guinevere Larsen as record-full maintainerSimon Marchi1-0/+1
2023-11-14gdb/MAINTAINERS: add Luis Machado as global maintainerSimon Marchi1-1/+1
2023-11-14gdb/MAINTAINERS: add John Baldwin as global maintainerSimon Marchi1-1/+1
2023-11-14gdb: normalize whitespaces in MAINTAINERSSimon Marchi1-13/+13
2023-11-14[gdb/tui] Factor out tui_noscroll_window et alTom de Vries3-66/+93
2023-11-14gdb: refactor make-target-delegates.py's ARGTYPESTankut Baris Aktemur1-6/+7
2023-11-14gdb: regenerate target-delegates.cTankut Baris Aktemur1-2/+2
2023-11-14[gdb/testsuite] Fix gdb.threads/stepi-over-clone.exp regexpTom de Vries1-5/+9
2023-11-14gdb: implement missing debug handler hook for PythonAndrew Burgess11-1/+1352
2023-11-14gdb: add an extension language hook for missing debug infoAndrew Burgess4-28/+166
2023-11-14gdb: refactor objfile::find_and_add_separate_symbol_fileAndrew Burgess1-47/+88
2023-11-14gdb: merge debug symbol file lookup code from coffread & elfread pathsAndrew Burgess4-76/+81
2023-11-14gdb/coffread: bring separate debug file logic into line with elfread.cAndrew Burgess1-1/+3
2023-11-14Fix another linker command line option that was not being recognised in its l...Nick Clifton2-1/+7
2023-11-14Improve objdump's handling of compressed sections.Nick Clifton8-149/+171
2023-11-14Automatic date update in version.inGDB Administrator1-1/+1
2023-11-13[gdb/tui] Don't include border_width in left_marginTom de Vries2-3/+3
2023-11-13[gdb/tui] Add tui_win_info::{box_width,box_size}Tom de Vries7-19/+35
2023-11-13[gdb/tui] Refactor prefresh call in tui_source_window_base::refresh_windowTom de Vries1-2/+5
2023-11-13Fix the gdb.ada/inline-section-gc.exp testCarl Love2-4/+20
2023-11-13GNU-ld: ARM: Issues when trying to set target output architectureNick Clifton2-1/+7
2023-11-13Regenerate gas/config.in and ld/configureMark Wielaard2-5/+9
2023-11-13Add documentation for the MIPS assembler's -march=from-abi command line optionNick Clifton1-0/+5
2023-11-13MIPS: Fix binutils-all tests for r6 triplesYunQiang Su2-1/+3
2023-11-13Fix redundant space typo in linker documentation.Chung-Ju Wu2-1/+5
2023-11-13Cancel execution command on thread exit, when stepping, nexting, etc.Pedro Alves2-36/+118
2023-11-13Document remote clone events, and QThreadOptions packetPedro Alves2-3/+145
2023-11-13Testcases for stepping over thread exit syscall (PR gdb/27338)Simon Marchi6-0/+333
2023-11-13gdb/testsuite/lib/my-syscalls.S: Refactor new SYSCALL macroPedro Alves1-18/+32
2023-11-13Report thread exit event for leader if reporting thread exit eventsPedro Alves2-12/+68
2023-11-13Don't resume new threads if scheduler-locking is in effectPedro Alves5-9/+164
2023-11-13gdbserver: Queue no-resumed event after thread exitPedro Alves5-20/+53
2023-11-13stop_all_threads: (re-)enable async before waiting for stopsPedro Alves1-0/+81
2023-11-13gdb: clear step over information on thread exit (PR gdb/27338)Pedro Alves5-17/+174
2023-11-13Implement GDB_THREAD_OPTION_EXIT support for native LinuxPedro Alves1-13/+31
2023-11-13Implement GDB_THREAD_OPTION_EXIT support for Linux GDBserverPedro Alves2-17/+30
2023-11-13Introduce GDB_THREAD_OPTION_EXIT thread option, fix step-over-thread-exitPedro Alves4-5/+24