aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-11-14gdb/python: missing PyObject_IsTrue error check in bppy_initAndrew Burgess3-6/+19
2024-11-14gdb/python: missing PyObject_IsTrue error check in micmdpy_set_installedAndrew Burgess3-1/+28
2024-11-14gdb/python: missing PyObject_IsTrue error check in py-arch.cAndrew Burgess3-8/+22
2024-11-14gdb/python: remove some additional PyObject_IsTrue callsAndrew Burgess3-5/+11
2024-11-14gdb/python: remove PyObject_IsTrue call in gdbpy_handle_missing_debuginfoAndrew Burgess1-1/+3
2024-11-13[gdb/tdep] Handle syscall clock_gettime64 for arm-linuxTom de Vries3-0/+8
2024-11-13[gdb/contrib] Handle capitalized words in spellcheck.shTom de Vries13-23/+36
2024-11-13[gdb/contrib] Add "doens't->doesn't" to common-misspellings.txtTom de Vries4-4/+5
2024-11-13[gdb/contrib] Handle double quotes in spellcheck.shTom de Vries5-5/+7
2024-11-13[gdb/contrib] Handle parentheses in spellcheck.shTom de Vries4-14/+37
2024-11-13[gdb/tdep] Fix recording of T1 pushTom de Vries1-4/+6
2024-11-13[gdb/tdep] Handle sycall statx for arm-linuxTom de Vries1-0/+1
2024-11-13gdb: stepping between inline functions with multiple rangesBernd Edlinger5-0/+644
2024-11-13gdb: fix handling of DW_AT_entry_pc of inlined subroutinesAndrew Burgess6-17/+789
2024-11-12gdb/testsuite: some cleanups in gdb.base/annota{1,3}.exp testsAndrew Burgess2-64/+32
2024-11-12gdb/testsuite: fix duplicate test names in gdb.trace/Andrew Burgess4-30/+30
2024-11-12gdb/readline: don't get stuck thinking an EOF arrivedAndrew Burgess4-0/+195
2024-11-12gdb/readline: add readline library version to 'show configuration'Andrew Burgess4-0/+26
2024-11-12gdbserver: pass osabi to GDB in more target descriptionsAndrew Burgess1-4/+10
2024-11-12gdb/regformats: add osabi information to generated .dat filesAndrew Burgess48-0/+87
2024-11-12gdb/features: set osabi in all Linux related features/*.xml filesAndrew Burgess38-0/+57
2024-11-12gdb/MAINTAINERS: Update my email addressShahab Vahedi1-1/+1
2024-11-12gdb/testsuite: fix gdb.reverse/i386-avx-reverse.exp with clangGuinevere Larsen2-16/+23
2024-11-12[gdb/tdep] Use raw_supply_part_zeroed for AArch64Tom de Vries4-9/+17
2024-11-12Handle type-casting in template parameter list when hashing symbolsShahab Vahedi3-4/+164
2024-11-11gdb/progspace: make program_space::objfiles_list privateSimon Marchi2-13/+13
2024-11-11gdb/progspace: link objfiles using owning_intrusive_listSimon Marchi4-81/+25
2024-11-11Fix using Page-Up in TUI source window close to the topHannes Domani1-2/+2
2024-11-11gdb/testsuite: fix typo 'unsupport' to 'unsupported'Andrew Burgess1-1/+1
2024-11-11gdb/testsuite: fix failure in gdb.base/info_sources.expAndrew Burgess1-10/+50
2024-11-11[gdb/testsuite] Reduce quoting in gdb.base/annota1.expTom de Vries1-7/+11
2024-11-11[gdb/testsuite] Fix gdb.base/annota1.exp on arm-linuxTom de Vries1-0/+2
2024-11-11[gdb/testsuite] Avoid intermittent failures on another debuginfod testTom de Vries1-1/+1
2024-11-11Use an iterator range for 'using' directivesTom Tromey6-20/+9
2024-11-11Ensure that help text fits in 80 columnsTom Tromey1-1/+9
2024-11-11Wrap help options when building help stringTom Tromey2-24/+42
2024-11-11Shorten internal problem help textTom Tromey1-8/+8
2024-11-11Remove the "title" from the remote packet helpTom Tromey1-4/+2
2024-11-11Clean up opaque-type-resolution helpTom Tromey1-4/+4
2024-11-11Wrap help strings at 80 columnsTom Tromey21-80/+89
2024-11-11Call gdbpy_fix_doc_string_indentation for function helpTom Tromey1-0/+2
2024-11-11Add setting to control frame language mismatch warningTom Tromey7-6/+41
2024-11-11Re-run isortTom Tromey1-1/+1
2024-11-11gdb: fix missing operator % on xmethod matcher outputPedro Silva1-3/+8
2024-11-11gdb/dwarf2/read.c: Handle empty CU nameLancelot SIX3-0/+71
2024-11-10gdb/python: implement Python find_exec_by_build_id hookAndrew Burgess15-235/+1615
2024-11-10gdb: add extension hook ext_lang_find_objfile_from_buildidAndrew Burgess7-27/+128
2024-11-10gdb: rename ext_lang_missing_debuginfo_resultAndrew Burgess5-15/+15
2024-11-10gdb: use mapped file information to improve debuginfod textAndrew Burgess4-7/+60
2024-11-08Add dw2-aranges.expAlexandra Hájková3-2/+77