aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-30RISC-V: PR29823, defined the missing elf_backend_obj_attrs_handle_unknown.Nelson Chu1-0/+13
2024-04-29gdb/testsuite: Add gdb.base/memops-watchpoint.expThiago Jung Bauermann2-0/+206
2024-04-29gdb/nat/linux: Fix attaching to process when it has zombie threadsThiago Jung Bauermann2-0/+54
2024-04-29gdb/nat: Factor linux_proc_get_stat_field out of linux_common_core_of_threadThiago Jung Bauermann4-36/+62
2024-04-29gdb/nat: Use procfs(5) indexes in linux_common_core_of_threadThiago Jung Bauermann1-4/+7
2024-04-30Automatic date update in version.inGDB Administrator1-1/+1
2024-04-29gdb/Cygwin: Fix attach pid error messagePedro Alves1-4/+13
2024-04-29gdb/doc: document how filename arguments are formattedAndrew Burgess1-0/+78
2024-04-29Fix initiali state of DWARF v5 line number table in BFD libraryNick Clifton2-5/+4
2024-04-29gdb/remote: fix qRcmd error handlingAndrew Burgess1-10/+15
2024-04-29Fix building Loongarch BFD with a 32-bit compilerNick Clifton1-1/+1
2024-04-29Automatic date update in version.inGDB Administrator1-1/+1
2024-04-28Automatic date update in version.inGDB Administrator1-1/+1
2024-04-27Fix typo in TUI commentTom Tromey1-1/+1
2024-04-27Remove two unneeded forward declarationsTom Tromey2-4/+0
2024-04-27[gdb/remote] Fix abort on REMOTE_CLOSE_ERRORTom de Vries1-3/+56
2024-04-27Automatic date update in version.inGDB Administrator1-1/+1
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