aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-04-26Document "E.MESSAGE" RSP errorsPedro Alves1-10/+13
2024-04-26Centralize documentation of error and empty RSP responsesPedro Alves1-216/+38
2024-04-26Document conventions for describing packet syntaxPedro Alves1-0/+16
2024-04-26Remove unnecessary get_current_frame calls from infrun.cBernd Edlinger1-20/+4
2024-04-26gdb: Add a SECURITY.txt document for GDBAndrew Burgess1-0/+218
2024-04-26gdb: specify sh pointer register typesSébastien Michelland1-1/+22
2024-04-25Fix end_sequence addresses for dw2-lines.expCarl Love1-1/+1
2024-04-25gdb: add type annotations to ada-unicode.pySimon Marchi1-37/+61
2024-04-25gdb: remove gdbcmd.hSimon Marchi176-207/+163
2024-04-25gdb: move style_set_list/style_show_list declarations to cli/cli-style.hSimon Marchi2-4/+4
2024-04-25gdb: remove unused print_command_line and print_command_lines declarationsSimon Marchi1-5/+0
2024-04-25gdb: move execute function declarations from gdbcmd.h to top.hSimon Marchi10-37/+38
2024-04-24gdb/testsuite: Add libc_has_debug_info require helperThiago Jung Bauermann2-12/+57
2024-04-24gdb/doc: Fix incorrect information in RSP docCiaran Woodward1-1/+1
2024-04-24Handle two-linetable function in find_epilogue_using_linetableBernd Edlinger6-160/+284
2024-04-24Fix an out of bounds array access in find_epilogue_using_linetableBernd Edlinger1-10/+84
2024-04-24[gdb/testsuite] Fix gdb.threads/threadcrash.exp for remote hostTom de Vries1-5/+3
2024-04-24[gdb/testsuite] Fix gdb.threads/threadcrash.exp with glibc debuginfoTom de Vries1-1/+1
2024-04-24gdb: include extract-store-integer.h in charset.c when PHONY_ICONVSimon Marchi1-0/+2
2024-04-23gdb: adjust copyright years of extract-store-integer.{c,h}Simon Marchi2-2/+2
2024-04-23gdb: move symbol_file_command declaration to symfile.hSimon Marchi3-17/+17
2024-04-23gdb: remove enum precision_typeSimon Marchi1-7/+0
2024-04-23gdb: move annotation_level declaration/definition to annotate.{h,c}Simon Marchi5-14/+13
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi51-88/+144
2024-04-23gdb: change type of quit_flag to boolSimon Marchi2-5/+5
2024-04-23gdb: change return type of check_quit_flag to boolSimon Marchi5-12/+12
2024-04-23gdb: move declarations of check_quit_flag and set_quit_flag to extension.hSimon Marchi3-32/+34
2024-04-23gdb: remove unused include in infrun.cSimon Marchi1-1/+1
2024-04-23gdb/dwarf2/read.c: remove pessimizing std::moveSimon Marchi1-1/+1
2024-04-22gdb: don't include gdbsupport/array-view.h in defs.hSimon Marchi1-1/+0
2024-04-22gdb: don't include hashtab.h in defs.hSimon Marchi4-2/+3
2024-04-22gdb: move RequireLongest to gdbsupport/traits.hSimon Marchi3-4/+3
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi141-327/+559
2024-04-22gdb: remove extract_long_unsigned_integerSimon Marchi2-56/+0
2024-04-22gdb: move `enum compile_i_scope_types` to compile/compile.hSimon Marchi4-28/+30
2024-04-22gdb: move two declarations out of defs.hSimon Marchi5-9/+10
2024-04-22gdb/testsuite: Use default gdb_expect timeout in runtoThiago Jung Bauermann1-1/+1
2024-04-22gdb: fix unknown variable typo in c-exp.yAndrew Burgess1-1/+1
2024-04-21Remove a couple of VLAsTom Tromey2-2/+6
2024-04-21Remove some alloca usesTom Tromey8-64/+16
2024-04-19gdb: add target_debug_printf and target_debug_printf_nofuncSimon Marchi3-590/+390
2024-04-19gdb: make regcache::debug_print_register return a stringSimon Marchi3-20/+21
2024-04-19gdb: make debug_target use one-linersSimon Marchi3-864/+835
2024-04-19gdb: make target debug functions return std::stringSimon Marchi5-377/+379
2024-04-19gdb: fix include for gdb_signal in target/waitstatus.hSimon Marchi3-1/+3
2024-04-19gdb: convert target debug macros to functionsSimon Marchi1-144/+266
2024-04-19gdb: add includes in target-debug.hSimon Marchi1-0/+4
2024-04-19gdb: Document qIsAddressTagged packetGustavo Romero2-3/+44
2024-04-19gdb/testsuite: Add unit tests for qIsAddressTagged packetGustavo Romero1-0/+67
2024-04-19gdb: Add qIsAddressTagged packetGustavo Romero1-0/+75