aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-07-28gdb/gdb_mbuild.sh: use return instead of continue to avoid shellcheck erroryaowenbin1-1/+1
2022-07-26gdb/linux_nat: Write memory using ptrace if /proc/pid/mem is not writableKeith Seitz1-2/+9
2022-07-26gdb/linux-nat: Check whether /proc/pid/mem is writablePedro Alves1-17/+88
2022-07-26gdb: LoongArch: Handle the function return valueTiezhu Yang1-14/+219
2022-07-26gdb: LoongArch: Fix code style issuesTiezhu Yang1-161/+190
2022-07-26[gdb/testsuite] Fix gdb.opt/inline-small-func.exp with clangTom de Vries1-1/+7
2022-07-26gdb/hurd: pass memory_tagged as false to find_memory_region_ftypeEnze Li3-2/+4
2022-07-26gdb/netbsd: add missing header fileEnze Li1-0/+1
2022-07-26gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess45-57/+60
2022-07-26gdb/varobj: Fix varobj_invalidate_iterLancelot SIX3-7/+59
2022-07-26gdb/varobj: Fix use after free in varobjLancelot SIX5-1/+256
2022-07-26MI: mi_runto -pendingPedro Alves1-7/+61
2022-07-25set/show python dont-write-bytecode fixesKevin Buettner2-9/+32
2022-07-25gdb/python: fix invalid use disassemble_info::streamAndrew Burgess4-13/+22
2022-07-25gdb: fix use of uninitialised gdb_printing_disassembler::m_in_commentAndrew Burgess1-1/+1
2022-07-25struct packed: Unit tests and more operatorsPedro Alves2-0/+133
2022-07-25gdb/arm: Sync sp with other *sp registersYvan Roux1-0/+80
2022-07-25gdb/arm: Use if-else if instead of switchTorbjörn SVENSSON1-15/+10
2022-07-25Remove dead code from windows_nat_target::detachTom Tromey1-10/+4
2022-07-25gdb: handle dis_style_sub_mnemonic disassembler styleAndrew Burgess1-0/+1
2022-07-24gdb/testsuite: add a clear test to py-breakpoint.expEnze Li1-0/+20
2022-07-24gdb/testsuite: rename get_maint_bp_addr and move it to gdb-utils.expEnze Li2-24/+29
2022-07-22[gdb/symtab] Fix duplicate CUs in all_comp_unitsTom de Vries1-2/+9
2022-07-22gdb/testsuite: give binaries distinct names in Ada testsSimon Marchi34-71/+71
2022-07-22Change target_ops::async to accept boolTom Tromey15-35/+35
2022-07-22Fix typo in windows-nat.cTom Tromey1-1/+1
2022-07-22[gdb] Add empty range unit test for gdb::parallel_for_eachTom de Vries1-0/+8
2022-07-22gdb/csky modify registers list for general_reggroupJiangshuai Li1-5/+17
2022-07-21gdb: ensure the cast in gdbarch_tdep is validAndrew Burgess1-2/+10
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess118-661/+678
2022-07-21gdb: select suitable thread for gdbarch_adjust_breakpoint_addressAndrew Burgess2-11/+28
2022-07-21gdb/mips: rewrite show_mask_addressAndrew Burgess1-20/+17
2022-07-21gdb/arm: move fetch of arm_gdbarch_tdep to a more inner scopeAndrew Burgess1-10/+14
2022-07-21[arm] Rename arm_cache_is_sp_register to arm_is_alternative_sp_registerTorbjörn SVENSSON1-9/+6
2022-07-21[gdb/python] Fix typo in test_pythonTom de Vries1-1/+1
2022-07-21[gdb/python] Fix python selftest with python 3.11Tom de Vries1-4/+7
2022-07-21[gdb/symtab] Fix bad compile unit index complaintTom de Vries1-9/+17
2022-07-20Wrap python_write_bytecode with HAVE_PYTHON ifdefKevin Buettner1-0/+2
2022-07-20Handle Python 3.11 deprecation of PySys_SetPath and Py_SetProgramNameKevin Buettner2-18/+86
2022-07-20gdb/value.c: add several headers to the include listChristopher Di Bella1-0/+3
2022-07-20Don't stop all threads prematurely after first step of "step N"Pedro Alves3-5/+124
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