aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-10-14Use scoped_value_mark in more placesTom Tromey8-54/+37
2022-10-14gdb/arm: Stop unwinding on error, but do not assertTorbjörn SVENSSON1-7/+40
2022-10-14[gdb/testsuite] Drop unnecessary -Wl,-soname in gdb.base/skip-solib.expTom de Vries1-1/+1
2022-10-14[gdb/testsuite] Fix gdb.base/infoline-reloc-main-from-zero.exp with PIETom de Vries1-0/+1
2022-10-14[gdb/testsuite] Fix gdb.base/infoline-reloc-main-from-zero.exp with clangTom de Vries16-26/+26
2022-10-14[gdb/testsuite] Fix nopie test-cases with target board unix/-fPIE/-pieTom de Vries1-1/+4
2022-10-14[gdb/testsuite] Factor out with_PIE_multilib_flags_filteredTom de Vries1-7/+22
2022-10-14[gdb/testsuite] Add cond_wrap procTom de Vries2-0/+63
2022-10-14gdb: add Torbjörn Svensson to gdb/MAINTAINERSTorbjörn SVENSSON1-0/+1
2022-10-13PowerPC, fix gdb.base/watchpoint.exp on Power 9Carl Love1-7/+19
2022-10-13[gdb/testsuite] Fix gdb.dwarf2/macro-source-path.exp with -m32Tom de Vries1-5/+2
2022-10-13[gdb/testsuite] Fix gdb.dwarf2/entry-value-typedef.exp with -m32Tom de Vries1-1/+1
2022-10-13[gdb/testsuite] Fix gdb.mi/mi-disassemble.exp with -m32Tom de Vries1-1/+1
2022-10-12PowerPC, fix test gdb.base/watchpoint-stops-at-right-insn.expCarl Love1-1/+1
2022-10-12[gdb/symtab] Factor out elf_symfile_read_dwarf2Tom de Vries1-64/+78
2022-10-12[gdb/testsuite] Fix ctf test-cases on openSUSE TumbleweedTom de Vries7-12/+44
2022-10-12[gdb/testsuite] Silence warnings about obsolete -gstabsTom de Vries3-3/+3
2022-10-12[gdb/testsuite] Replace remaining -gt with -gctfTom de Vries2-2/+2
2022-10-12[gdb/testsuite] Fix gdb.base/infoline-reloc-main-from-zero.exp with recent ldTom de Vries1-1/+9
2022-10-12[gdb/testsuite] Fix gdb.base/nested-subp{2,3}.exp with recent ldTom de Vries2-6/+24
2022-10-12[gdb/testsuite] Remove unnecessary perror in some test-casesTom de Vries2-2/+0
2022-10-12[gdb/contrib] Use OBJCOPY everywhere in cc-with-tweaks.shTom de Vries1-1/+1
2022-10-11gdb: rename target_read_auxv(target_ops *) to target_read_auxv_rawSimon Marchi7-9/+8
2022-10-11gdb: fix auxv cachingSimon Marchi20-116/+200
2022-10-11[gdb/testsuite] Fix gdb.debuginfod/fetch_src_and_symbols.exp with native-gdbs...Tom de Vries1-1/+3
2022-10-11gdb/testsuite: Fix formatting of python scriptBruno Larsen1-3/+7
2022-10-11[gdb/testsuite] Fix prompt parsing in capture_command_outputTom de Vries2-19/+51
2022-10-10gdb/testsuite: fix race in gdb.base/async-shell.expSimon Marchi2-8/+23
2022-10-10Fix a latent bug in print_wcharTom Tromey3-10/+24
2022-10-10Don't use wchar_printable in print_wcharTom Tromey1-6/+5
2022-10-10Remove c_printstrTom Tromey4-26/+7
2022-10-10Remove c_emit_charTom Tromey3-14/+2
2022-10-10Boolify need_escape in generic_emit_charTom Tromey1-6/+6
2022-10-10Fix latent quote char bug in generic_printstrTom Tromey3-1/+64
2022-10-10Fix the guile buildTom Tromey3-74/+107
2022-10-10[gdb/testsuite] Detect trailing ^C/^D in commandTom de Vries2-6/+32
2022-10-10[gdb/testsuite] Fix error message for cmd with trailing newlineTom de Vries2-1/+29
2022-10-10gdb: include the base address in in-memory bfd filenamesAndrew Burgess4-16/+229
2022-10-10gdb: remove filename arg from gdb_bfd_open_from_target_memoryAndrew Burgess2-6/+6
2022-10-10gdb: add infcall specific debuggingAndrew Burgess3-0/+79
2022-10-10gdb: extra debug output in thread.cAndrew Burgess1-0/+9
2022-10-10gdb: improve infrun_debug_show_threads outputAndrew Burgess1-0/+2
2022-10-10gdb/frame: Add reinflation method for frame_info_ptrBruno Larsen9-118/+409
2022-10-10Change GDB to use frame_info_ptrTom Tromey249-1522/+1527
2022-10-10Introduce frame_info_ptr smart pointer classTom Tromey3-0/+187
2022-10-10Remove frame_id_eqTom Tromey17-79/+65
2022-10-10gdb/testsuite: use 'end' at the end of python blocksAndrew Burgess3-3/+3
2022-10-08Merge both implementations of debug_names::insertTom Tromey1-27/+24
2022-10-08[gdb/testsuite] Fix silent fail in gdb.server/connect-with-no-symbol-file.expTom de Vries1-3/+13
2022-10-07gdb/testsuite: fix gdb.threads/linux-dp.exp regexLancelot SIX1-1/+1