aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-11ld: Move note sections after .rodata sectionH.J. Lu4-11/+52
2024-11-11gdb/dwarf2/read.c: Handle empty CU nameLancelot SIX3-0/+71
2024-11-11ld, LoongArch: print error about linking without -fPIC or -fPIE flag in more ...Xin Wang6-10/+42
2024-11-11Automatic date update in version.inGDB Administrator1-1/+1
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-10Automatic date update in version.inGDB Administrator1-1/+1
2024-11-09Automatic date update in version.inGDB Administrator1-1/+1
2024-11-08Add dw2-aranges.expAlexandra Hájková3-2/+77
2024-11-08gdbserver: remove pidof(process)Simon Marchi4-15/+10
2024-11-08gdbserver: remove pid_of(thread)Simon Marchi6-20/+11
2024-11-08gdbserver: remove lwpid_of(thread)Simon Marchi8-138/+118
2024-11-08gdbserver: remove ptid_of(thread)Simon Marchi7-60/+51
2024-11-08gdbserver: remove current_thread_ptidSimon Marchi1-13/+5
2024-11-08gdbserver: remove current_ptid macroSimon Marchi7-9/+6
2024-11-08gdbserver: remove get_thread_processSimon Marchi7-43/+21
2024-11-08gdbserver: make remove_thread a method of process_infoSimon Marchi6-11/+13
2024-11-08gdbserver: make add_thread a method of process_infoSimon Marchi6-14/+11
2024-11-08gdbserver: add thread -> process backlinkSimon Marchi2-4/+11
2024-11-08gdbserver: remove for_each_thread(pid, func)Simon Marchi8-33/+24
2024-11-08gdb: LoongArch: Remove use of gdbarch_remove_non_address_bits hookSchimpe, Christina1-8/+2
2024-11-08gdb: make the error message for unreadable objfiles more informativeGuinevere Larsen1-2/+2
2024-11-08aarch64: add flag OPD_F_UNSIGNED to distinguish signedness of immediate operandsMatthieu Longo2-23/+77
2024-11-08aarch64: testsuite: remove hard-coded instruction addressesMatthieu Longo1-26/+26
2024-11-08aarch64: remove redundant register type R_NMatthieu Longo1-5/+1
2024-11-08aarch64: improve debuggability on array of enumMatthieu Longo2-6/+6
2024-11-08aarch64: change returned type to bool to match semantic of functionsMatthieu Longo3-173/+173
2024-11-08aarch64: constify unchanged char* argumentsMatthieu Longo1-1/+1
2024-11-08aarch64: make comment clearer about the locationMatthieu Longo1-1/+2
2024-11-08gdb/testsuite: fix gdb.base/basic-edit-cmd.exp testAndrew Burgess1-1/+4
2024-11-08gdb: fixes and tests for the 'edit' commandAndrew Burgess3-1/+211
2024-11-08bfd: Remove unused static find function from doc/chew.cMark Wielaard1-16/+0
2024-11-08arm, objdump: print obsolote warning when 26-bit set in instructionsAndre Vieira6-101/+55
2024-11-08arm, objdump: Make objdump use bfd's machine detection to drive disassemblyAndre Vieira7-25/+46
2024-11-08[gdb/tdep] Use raw_supply_zeroed in i387_supply_xsaveTom de Vries1-20/+19
2024-11-08[gdb/tdep] Use raw_supply_zeroed for NIOS r0 regTom de Vries1-2/+1
2024-11-08[gdb/tdep] Use raw_supply_zeroed for Alpha r31 regTom de Vries1-5/+1
2024-11-08[gdb/tdep] Use raw_supply_zeroed for PA-RISC r0 regTom de Vries2-4/+2
2024-11-08[gdb/tdep] Use raw_supply_zeroed for IA-64 gr0 and fr0 regsTom de Vries2-12/+4
2024-11-08Automatic date update in version.inGDB Administrator1-1/+1
2024-11-07arm: Skip two failing tests for wince & pe targetsAndre Simoes Dias Vieira2-0/+2
2024-11-07Deprecate the ARM simulator.Nick Clifton3-3/+16
2024-11-07gdbserver: add process specific thread list and mapStephan Rohr4-54/+223