aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-26Improve target.h & target_ops & xfer_partial descriptionsPedro Alves1-24/+51
2024-04-26gdb/linux-nat: Fix mem access ptrace fallback (PR threads/31579)Pedro Alves1-3/+58
2024-04-26Fix gdb.base/attach.exp --pid test skipping on native-extended-gdbserverPedro Alves1-1/+3
2024-04-26Eliminate gdb_is_target_remote / gdb_is_target_native & friendsPedro Alves2-77/+0
2024-04-26gdb_is_target_remote -> gdb_protocol_is_remotePedro Alves18-70/+62
2024-04-26gdb_is_target_native -> gdb_protocol_is_nativePedro Alves7-29/+34
2024-04-26gdbserver: Fix vAttach response when attaching is not supportedPedro Alves1-1/+4
2024-04-26Fix "attach" failure handling with GDBserverPedro Alves4-23/+145
2024-04-26Improve vRun error reportingPedro Alves1-12/+55
2024-04-26Fix "run" failure handling with GDBserverPedro Alves3-1/+92
2024-04-26Windows: Fix run/attach hang after bad run/attachPedro Alves1-15/+20
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-26objcopy: check input flavor before setting PE/COFF section alignmentJan Beulich1-0/+1
2024-04-26Automatic date update in version.inGDB Administrator1-1/+1
2024-04-25Fix end_sequence addresses for dw2-lines.expCarl Love1-1/+1
2024-04-25bpf: fix calculation when deciding to relax branchDavid Faust7-43/+95
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-25LoongArch: gas: Simplify relocations in sections without code flagJinyang He3-3/+19
2024-04-25LoongArch: Add bad static relocation check and output more information to userLulu Cai8-2/+76
2024-04-25LoongArch: The symbol got type can only be obtained after initializationLulu Cai1-1/+8
2024-04-25Automatic date update in version.inGDB Administrator1-1/+1
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-24Update readelf's display of RELR sections to include the number of locations ...Nick Clifton14-33/+128
2024-04-24gdb: include extract-store-integer.h in charset.c when PHONY_ICONVSimon Marchi1-0/+2
2024-04-24PPC maintainersAlan Modra1-2/+1
2024-04-24buffer overflow in libctf testsAlan Modra2-2/+2
2024-04-24Automatic date update in version.inGDB Administrator1-1/+1
2024-04-23gdb: adjust copyright years of extract-store-integer.{c,h}Simon Marchi2-2/+2
2024-04-23arm: Fix MVE vmla encodingClaudio Bantaloukas4-1356/+2042
2024-04-23bfd: Remove duplicate word in elf-vxworks.cOlivier Hainque1-1/+1
2024-04-23objcopy.c: Fix bfd_copy_private_symbol_data on 32-bit hostsH.J. Lu1-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