aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-11-16gdb/NEWS: merge two 'New commands' sectionsAndrew Burgess1-10/+8
2023-11-16gdb: mips: Change E_MIPS_* to EF_MIPS_*Ying Huang1-8/+8
2023-11-15Fix gdb.threads/threads-after-exec.exp racePedro Alves1-3/+7
2023-11-15Check gdb_python_module in gdbpy_handle_missing_debuginfoTom Tromey1-1/+1
2023-11-15Minor cleanups in ada-nested.expTom Tromey1-5/+9
2023-11-15Finalized intl-update patches (trois)Sam James1-5/+5
2023-11-15Finalized intl-update patches (deux)Sam James1-5/+5
2023-11-15Finalized intl-update patchesArsen Arsenovi?4-759/+2432
2023-11-14Remove path name from test caseTom Tromey1-1/+2
2023-11-14Remove some redundant "break"sTom Tromey1-4/+0
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-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-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-13Don't resume new threads if scheduler-locking is in effectPedro Alves5-9/+164
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-13Introduce GDB_THREAD_OPTION_EXIT thread option, fix step-over-thread-exitPedro Alves4-5/+24
2023-11-13Move deleting thread on TARGET_WAITKIND_THREAD_EXITED to corePedro Alves2-12/+41
2023-11-13all-stop/synchronous RSP support thread-exit eventsPedro Alves1-1/+6
2023-11-13Remove gdb/19675 kfails (displaced stepping + clone)Pedro Alves1-41/+3
2023-11-13Thread options & clone events (Linux GDBserver)Pedro Alves1-6/+0
2023-11-13Thread options & clone events (native Linux)Pedro Alves2-0/+9
2023-11-13Thread options & clone events (core + remote)Pedro Alves10-2/+348
2023-11-13Avoid duplicate QThreadEvents packetsPedro Alves1-0/+8