aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-05Add gdb.Objfile.is_file attributeTom Tromey4-0/+36
2022-07-05Make 'import gdb.events' workTom Tromey6-22/+37
2022-07-05gdb: LoongArch: add orig_a0 into register setXi Ruoyao8-3/+19
2022-07-04[gdb/symtab] Add get/set functions for per_cu->lang/unit_typeTom de Vries5-121/+157
2022-07-02[gdb/symtab] Fix data race on per_cu->dwarf_versionTom de Vries2-5/+23
2022-07-02[gdb/testsuite] Fix gdb.base/early-init-file.exp with -fsanitize=threadTom de Vries1-2/+17
2022-07-01GDB/doc: Remove indentation from `print -elements' completion exampleMaciej W. Rozycki1-0/+1
2022-07-01GDB/doc: Remove extraneous spaces from completion examplesMaciej W. Rozycki1-6/+6
2022-06-30GDB: Add `NUMBER' completion to `set' integer commandsMaciej W. Rozycki4-1/+36
2022-06-30gdb/testsuite: Expand gdb.cp/mb-ctor.exp to test dynamic allocationBruno Larsen2-0/+24