aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-07-19Reformat gdbarch-components.py to fix deviationsLuis Machado1-1/+6
2022-07-19[AArch64] MTE corefile supportLuis Machado17-8/+1048
2022-07-19[AArch64] Fix testcase compilation failureLuis Machado1-5/+10
2022-07-18Add gdb.free_objfile event registryTom Tromey9-0/+208
2022-07-18Put gdb.base/bt-on-fatal-signal.exp GDB cores in output dirPedro Alves1-0/+5
2022-07-18Remove array typedef assumption for AdaTom Tromey5-2/+143
2022-07-18Remove manual lifetime management from cli_interpTom Tromey1-22/+14
2022-07-18Remove cli_out_newTom Tromey5-14/+4
2022-07-18Replace input_interactive_p with a methodTom Tromey6-17/+18
2022-07-18Remove ui_register_input_event_handlerTom Tromey5-22/+22
2022-07-18[gdb/testsuite] Remove duplicate of supports_gnucTom de Vries1-11/+0
2022-07-18gdb/python: look for python, then python 3 at configure timeAndrew Burgess2-4/+11
2022-07-18[gdb/testsuite] Allow override of ASAN_OPTIONS in lib/gdb.expTom de Vries1-7/+7
2022-07-18[gdb/testsuite] Fix regression in step-indirect-call-thunk.exp with gcc 7Tom de Vries2-1/+16
2022-07-18[gdb/testsuite] Fix gdb.arch/i386-mpx.expTom de Vries1-1/+1
2022-07-15gdb-add-index always generates an error when libdebuginfod wasn't compiled inAaron Merey1-1/+3
2022-07-15gdb/testsuite: modernize gdb.base/maint.expBruno Larsen1-101/+45
2022-07-15Add 'nibbles' to gdb.print_optionsTom Tromey2-2/+6
2022-07-15PowerPC: Add support for IEEE 128-bit format.Carl Love1-18/+69
2022-07-15Add 'summary' mode to Value.format_stringTom Tromey6-1/+26
2022-07-15Expose current 'print' settings to PythonTom Tromey10-26/+209
2022-07-15PowerPC: fix for gdb.base/eh_return.expCarl Love1-1/+35
2022-07-15Run 'black' on gdbTom Tromey2-5/+8
2022-07-14[gdb/symtab] Fix data race in cooked_index_functions::expand_symtabs_matchingTom de Vries2-5/+14
2022-07-14gdb: Document floating-point support for LoongArchTiezhu Yang2-0/+8
2022-07-14[gdb/symtab] Make per_cu->m_lang atomicTom de Vries1-9/+13
2022-07-14[gdb/symtab] Make per_cu->unit_type atomicTom de Vries1-9/+14
2022-07-14[gdb/symtab] Fix data race in ~charset_vectorTom de Vries1-1/+7
2022-07-13Tighten gdb.threads/no-unwaited-for-left.exp regexpsPedro Alves1-2/+2
2022-07-13Fix for gdb.base/stap-probe.cCarl Love1-0/+2
2022-07-13Add PowerPC support to gdb.cp/call-method-register.ccCarl Love1-0/+2
2022-07-13Fix gdb.base/step-indirect-call-thunk.expCarl Love1-1/+5
2022-07-13Fix "until LINE" in main, when "until" runs into longjmpPedro Alves3-1/+79
2022-07-13[gdb/symtab] Make per_cu->set_lang more strictTom de Vries3-25/+28
2022-07-12Improve "set scheduler-locking" documentationPedro Alves1-13/+27
2022-07-12[gdb/symtab] Add dwarf2_cu::lang ()Tom de Vries3-100/+107
2022-07-12[gdb/record] Support recording of getrandomTom de Vries10-1/+116
2022-07-12gdb: LoongArch: Add floating-point supportTiezhu Yang9-20/+300
2022-07-12[gdb/testsuite] Run two test-cases with ASAN_OPTIONS=verify_asan_link_order=0Tom de Vries2-2/+14
2022-07-12[gdb/testsuite] Add tsan-suppressions.txtTom de Vries2-0/+44
2022-07-12Fix -fsanitize=thread for per_cu fieldsTom de Vries2-9/+14
2022-07-12gdb/csky complete csky_dwarf_reg_to_regnumJiangshuai Li2-3/+26
2022-07-11Always emit =thread-exited notifications, even if silentPedro Alves3-3/+96
2022-07-11Fix core-file -> detach -> crash (corefiles/29275)Pedro Alves2-6/+33
2022-07-11Fix non-existent "@var{thread-id}" in stop reply descriptionsPedro Alves1-11/+9
2022-07-11Try a couple PAuth compilation flags for gdb.arch/aarch64-pauth.expLuis Machado1-2/+17
2022-07-11gdb: add support for disassembler styling using libopcodesAndrew Burgess6-26/+439
2022-07-11gdb: have gdb_disassemble_info carry 'this' in its stream pointerAndrew Burgess2-33/+67
2022-07-11[gdb/symtab] Fix data race in per_cu->lengthTom de Vries3-25/+41
2022-07-11[gdb/symtab] Use comp_unit_head::get_lengthTom de Vries1-1/+1