aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-07-26[gdb/testsuite] Fix gdb.python/py-thread-exited.expTom de Vries1-1/+3
2023-07-26[gdb/build] Fix Wstringop-truncation in coff_getfilenameTom de Vries2-4/+6
2023-07-26[gdb/testsuite] Drop -nostdlib in gdb.dwarf2/typeddwarf.expTom de Vries3-9/+8
2023-07-26[gdb/tui] Fix secondary promptTom de Vries2-0/+44
2023-07-26[gdb/testsuite] Fix gdb.gdb/python-helper.exp with -O2 -flto=auto and gcc 7.5...Tom de Vries1-7/+9
2023-07-26[gdb/tui] Fix assert in ~gdbpy_tui_window_makerTom de Vries1-1/+2
2023-07-26[gdb/testsuite] Fix regexps in gdb.base/step-over-syscall.expTom de Vries1-4/+4
2023-07-23Use 'name' in DAP start_thread functionTom Tromey1-1/+1
2023-07-23Export gdb.block_signals and create gdb.ThreadTom Tromey4-62/+106
2023-07-23gdb: two changes to linux_nat_debug_printf calls in linux-nat.cAndrew Burgess1-7/+7
2023-07-23gdb/testsuite: replace $testfile with $binfile in one caseAndrew Burgess1-1/+1
2023-07-22[gdb/testsuite] Improve gdb.arch/arm-pthread_cond_timedwait-bt.expTom de Vries1-3/+6
2023-07-22[gdb/testsuite] Use proc readnow in two test-casesTom de Vries2-14/+8
2023-07-21Fix crash with DW_FORM_implicit_constTom Tromey3-13/+22
2023-07-21Implement DAP modules requestTom Tromey8-1/+228
2023-07-21Add Progspace.objfile_for_addressTom Tromey6-0/+62
2023-07-21Remove unused importsTom Tromey2-4/+0
2023-07-21Document array indexing for Python gdb.ValueTom Tromey1-0/+7
2023-07-21Remove redundant @findex from python.texiTom Tromey1-52/+0
2023-07-21Fix typo in py-type.c docstringTom Tromey1-1/+1
2023-07-21Implement Ada target name symbolTom Tromey5-7/+113
2023-07-21Add instruction bytes to DAP disassembly responseTom Tromey3-1/+18
2023-07-21Remove ancient Ada workaroundTom Tromey4-35/+0
2023-07-21gdb/solib-rocm: limit the number of opened file descriptorsLancelot Six1-10/+115
2023-07-21[gdb/symtab] Add optimized out static var to cooked indexTom de Vries5-9/+156
2023-07-21[gdb/tui] Fix superfluous newline for long promptTom de Vries2-19/+1
2023-07-19gdb: LoongArch: Update status of the entire regset in regcacheHui Li1-2/+2
2023-07-19Fix gdb.Inferior.read_memory without execution (PR dap/30644)Pedro Alves5-10/+20
2023-07-19gdb/amd-dbgapi-target: Use inf param in detachLancelot SIX1-1/+1
2023-07-19[gdb/testsuite] Fix gdb.gdb/python-helper.exp with -O2 -flto=auto and gcc 7.5.0Tom de Vries1-1/+5
2023-07-17Remove unused declaration of child_terminal_init_with_pgrpTom Tromey1-2/+0
2023-07-17gdb: additional debug output in infrun.c and linux-nat.cAndrew Burgess2-8/+43
2023-07-17gdb/testsuite: remove use of sleep from gdb.base/foll-vfork.expAndrew Burgess1-48/+0
2023-07-17gdb/testsuite: expand gdb.base/foll-vfork.expAndrew Burgess1-337/+304
2023-07-17gdb: don't resume vfork parent while child is still runningAndrew Burgess1-4/+20
2023-07-17gdb, infrun: refactor part of `proceed` into separate functionMihails Strasuns1-69/+86
2023-07-17gdb: fix an issue with vfork in non-stop modeAndrew Burgess1-12/+22
2023-07-17gdb: don't restart vfork parent while waiting for child to finishAndrew Burgess1-1/+8
2023-07-17gdb: catch more errors in gdb.base/foll-vfork.expAndrew Burgess1-2/+8
2023-07-16[gdb/testsuite] Handle has_native_target in gdb.testsuite/gdb-caching-proc-co...Tom de Vries1-0/+1
2023-07-15gdb/tui: make tui_win_info::title privateAndrew Burgess6-15/+20
2023-07-15gdb: style filenames in separate debug file warningsAndrew Burgess11-53/+167
2023-07-15[gdb/testsuite] Fix gdb.dwarf2/forward-spec.exp with read1Tom de Vries1-2/+2
2023-07-14Use correct inferior in Inferior.read_memory et alTom Tromey2-7/+63
2023-07-14Introduce scoped_restore_current_inferior_for_memoryTom Tromey3-22/+35
2023-07-14Remove obsolete comment from gdbthread.hTom Tromey1-1/+1
2023-07-14Rename Python variable in py-inferior.expTom Tromey1-5/+6
2023-07-14Refactor py-inferior.expTom Tromey1-14/+29
2023-07-14Minor cleanups in py-inferior.expTom Tromey1-4/+3
2023-07-14Revert "Simplify auto_load_expand_dir_vars and remove substitute_path_component"Tom Tromey5-21/+121