aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-10Fix include guard naming for arch/aarch64-mte-linux.hLuis Machado1-3/+3
2022-07-10gdbserver: LoongArch: Add orig_a0 processingYouling Tang1-2/+2
2022-07-10gdbserver: LoongArch: Simplify code with register number macrosYouling Tang2-16/+16
2022-07-08Accept gdb.Value in more Python APIsTom Tromey6-33/+37
2022-07-08Handle bool specially in gdb.set_parameterTom Tromey2-0/+11
2022-07-08[gdb/build] Handle deprecation of scm_install_gmp_memory_functionsLudovic Courtès1-0/+10
2022-07-08[gdb/symtab] Fix assert in process_imported_unit_dieTom de Vries2-7/+10
2022-07-08[gdb/symtab] Fix segfault in dwarf2_per_objfile::symtab_set_pTom de Vries1-1/+5
2022-07-08gdb: initialize the data_head variable to eliminate compilation warningsEnze Li1-1/+1
2022-07-07gdb: fix {rs6000_nat_target,aix_thread_target}::wait to not use inferior_ptidSimon Marchi2-35/+31
2022-07-07Fix pedantically invalid DWARF in gdb.trace/unavailable-dwarf-piece.expPedro Alves1-2/+2
2022-07-07gdb: LoongArch: Fix typos in code commentsTiezhu Yang1-15/+15
2022-07-07GDB/testsuite: Add coverage for `print -elements' commandMaciej W. Rozycki1-0/+9
2022-07-07gdb: LoongArch: Implement the push_dummy_call gdbarch methodTiezhu Yang2-0/+598
2022-07-05[gdb/exp] Fix internal error when printing C++ pointer-to-memberTom de Vries3-1/+66