aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi25-75/+71
2023-04-04gdb: make find_thread_ptid an inferior methodSimon Marchi12-37/+34
2023-04-05Automatic date update in version.inGDB Administrator1-1/+1
2023-04-04bfd+ld: when / whether to generate .c filesJan Beulich7-11/+13
2023-04-04Use bfd_alloc memory for read_debugging_info storageAlan Modra8-325/+313
2023-04-04Automatic date update in version.inGDB Administrator1-1/+1
2023-04-03Add readMemory and writeMemory requests to DAPTom Tromey6-0/+168
2023-04-03gdb: cleanup around some set_momentary_breakpoint_at_pc callsAndrew Burgess1-4/+8
2023-04-03gdb: don't always print breakpoint location after failed condition checkAndrew Burgess2-10/+20
2023-04-03gdb: avoid repeated signal reporting during failed conditional breakpointAndrew Burgess3-0/+242
2023-04-03gdbserver: allow agent expressions to fail with invalid memory accessAndrew Burgess3-20/+17
2023-04-03gdbserver: allows agent_mem_read to return an error codeAndrew Burgess2-9/+11
2023-04-03gdb: include breakpoint number in testing condition error messageAndrew Burgess6-4/+147
2023-04-03asan: csky floatformat_to_double uninitialised valueAlan Modra1-10/+6
2023-04-03gdb/riscv: fix regressions in gdb.base/unwind-on-each-insn.expAndrew Burgess1-4/+231
2023-04-03gdb/riscv: support c.ldsp and c.lwsp in prologue scannerAndrew Burgess1-3/+16
2023-04-03gdb/riscv: convert riscv debug settings to new debug print schemeAndrew Burgess1-103/+120
2023-04-03opcodes/arm: adjust whitespace in cpsie instructionAndrew Burgess3-6/+6
2023-04-03gdb/testsuite: gdb.server/server-kill.exp 'info frame' before kill_serverAndrew Burgess1-0/+6
2023-04-03gdb/testsuite: fix failure in gdb.python/py-unwind.expAndrew Burgess1-1/+1
2023-04-03[aarch64] tpidr2: Fix erroneous detection logic for TPIDR2Luis Machado1-7/+7
2023-04-03Automatic date update in version.inGDB Administrator1-1/+1
2023-04-03asan: heap buffer overflow printing ecoff debug info file nameAlan Modra4-35/+34
2023-04-03ubsan: aarch64 parse_vector_reg_listAlan Modra1-4/+4
2023-04-03rddbg.c stabs FIXMEsAlan Modra5-23/+36
2023-04-03Memory leak in process_abbrev_setAlan Modra1-7/+3
2023-04-02gdb: remove unused parameters in print_doc_of_command, apropos_cmdSimon Marchi3-11/+9
2023-04-02Automatic date update in version.inGDB Administrator1-1/+1
2023-04-01gdb/arm: Fix backtrace for pthread_cond_timedwaitJan Kratochvil3-17/+211
2023-04-01Automatic date update in version.inGDB Administrator1-1/+1
2023-03-31lto: Don't add indirect symbols for versioned aliases in IRH.J. Lu4-1/+25
2023-03-31Fix maybe-uninitialized warning in frame.cTom Tromey1-3/+4
2023-03-31[gdb/testsuite] Fix gdb.base/trace-commands.exp with editing offTom de Vries1-27/+40
2023-03-31[gdb/testsuite] Fix gdb.threads/threadapply.exp with editing offTom de Vries1-1/+1
2023-03-31Remove language_demangleTom Tromey4-22/+2
2023-03-31Fix race in background index-cache writingTom Tromey3-11/+24
2023-03-31GDB: Add `info main' commandRichard Bunt5-0/+81
2023-03-31GDB: Bring back the handling of DW_CC_programMaciej W. Rozycki1-1/+27
2023-03-31GDB: Favor full symbol main name for backtrace stopRichard Bunt3-10/+85
2023-03-31gdb: Remove extra if statementAri Hannula1-10/+7
2023-03-31RISC-V: Allocate "various" operand typeTsukasa OI3-25/+71
2023-03-31x86: convert testcases to use .insnJan Beulich39-523/+346
2023-03-31x86: document .insnJan Beulich2-0/+133
2023-03-31x86: handle immediate operands for .insnJan Beulich6-4/+182
2023-03-31x86: allow for multiple immediates in output_disp()Jan Beulich1-5/+5
2023-03-31x86: handle EVEX Disp8 for .insnJan Beulich5-1/+149
2023-03-31x86: process instruction operands for .insnJan Beulich6-21/+432
2023-03-31x86: parse special opcode modifiers for .insnJan Beulich1-1/+38
2023-03-31x86: parse VEX and alike specifiers for .insnJan Beulich6-6/+252
2023-03-31x86: introduce .insn directiveJan Beulich9-10/+218