aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-25RISC-V: Remove a loop in the ISA parserTsukasa OI1-7/+4
2022-02-25RISC-V: Fix mask for some fcvt instructionsTsukasa OI1-4/+4
2022-02-24Support template lookups in strncmp_iw_with_modeKeith Seitz10-40/+800
2022-02-24Unit tests for strncmp_iw_with_modeKeith Seitz1-0/+565
2022-02-24Move find_toplevel_char to cp-support.[ch]Keith Seitz4-84/+81
2022-02-25Automatic date update in version.inGDB Administrator1-1/+1
2022-02-24Fix crash in Fortran codeTom Tromey3-2/+208
2022-02-24Revert "do_target_wait_1: Clear TARGET_WNOHANG if the target isn't async."John Baldwin1-1/+1
2022-02-24gdb: use a range based for loop when iterating over an arrayAndrew Burgess1-6/+2
2022-02-24gdb/darwin: skip over WIFSTOPPED wait4 statusDominique Quatravaux1-6/+25
2022-02-24gdb/linux-tdep: move "Perms" column rightSimon Marchi1-10/+12
2022-02-24gdb/linux-tdep: make read_mapping return a structureSimon Marchi1-52/+57
2022-02-24Automatic date update in version.inGDB Administrator1-1/+1
2022-02-23Fix bug in C++ overload resolutionTom Tromey3-9/+47
2022-02-23gdb/linux-tdep.c: Add Perms to the 'info proc mappings' outputDominik 'Disconnect3d' Czarnota1-8/+8
2022-02-23RISC-V: PR28733, add missing extension info to 'unrecognized opcode' errorPatrick O'Neill5-36/+166
2022-02-23RISC-V: PR28733, add missing extension info to 'invalid CSR' errorPatrick O'Neill5-711/+717
2022-02-23binutils 2.38 vs. ppc32 linux kernelAlan Modra1-1/+24
2022-02-23RISC-V: Updated CSRs to privileged spec v1.12 and debug spec v1.0.Nelson Chu12-279/+337
2022-02-23RISC-V: Add Privileged Architecture 1.12 CSRsTsukasa OI12-0/+1387
2022-02-23RISC-V: Reorganize testcases for CFI directivesTsukasa OI2-13/+86
2022-02-23Automatic date update in version.inGDB Administrator1-1/+1
2022-02-22NEWS: Note that the FreeBSD async target supports async mode.John Baldwin1-0/+2
2022-02-22inf-ptrace: Add an event_pipe to be used for async mode in subclasses.John Baldwin6-148/+78
2022-02-22Enable async mode in the target in attach_cmd.John Baldwin5-22/+4
2022-02-22fbsd-nat: Return nullptr rather than failing ::thread_name.John Baldwin1-2/+2
2022-02-22fbsd-nat: Various cleanups to the ::resume entry debug message.John Baldwin1-2/+3
2022-02-22fbsd-nat: Include ptrace operation in error messages.John Baldwin1-16/+18
2022-02-22fbsd-nat: Implement async target support.John Baldwin2-2/+164
2022-02-22inf-ptrace: Support async targets in inf_ptrace_target::wait.John Baldwin1-3/+24
2022-02-22inf-ptrace: Return an IGNORE event if waitpid() fails.John Baldwin1-3/+2
2022-02-22do_target_wait_1: Clear TARGET_WNOHANG if the target isn't async.John Baldwin1-1/+1
2022-02-22Don't enable async mode at the end of target ::resume methods.John Baldwin3-23/+0
2022-02-22Enable async mode on supported targets in target_resume.John Baldwin2-3/+3
2022-02-22gdbserver linux-low: Convert linux_event_pipe to the event_pipe class.John Baldwin1-32/+11
2022-02-22gdb linux-nat: Convert linux_nat_event_pipe to the event_pipe class.John Baldwin1-43/+16
2022-02-22gdbsupport: Add an event-pipe class.John Baldwin6-3/+190
2022-02-22gdb: fix detection of compilation and linking flags for source-highlightRuslan Kabatsayev2-12/+12
2022-02-22gdb/testsuite/README: point to default value of INTERNAL_GDBFLAGSPhilippe Blain2-7/+9
2022-02-22RISC-V: Maintain a string to hold the canonical orderKito Cheng1-17/+5
2022-02-22Automatic date update in version.inGDB Administrator1-1/+1
2022-02-22Re: ld: Support customized output section typeAlan Modra2-9/+16
2022-02-21sim: gdbinit: hoist setup to common codeMike Frysinger12-70/+11
2022-02-21gdb/testsuite: relax pattern in new gdb.mi/mi-multi-commands.exp testAndrew Burgess1-4/+4
2022-02-21gdb: avoid nullptr access in dbxread.c from read_dbx_symtabAndrew Burgess1-49/+88
2022-02-21gdb: make use of std::string in dbxread.c and xcoffread.cAndrew Burgess2-28/+8
2022-02-21Automatic date update in version.inGDB Administrator1-1/+1
2022-02-20gdb: Only paginate for filtered output in fputs_maybe_filteredLancelot SIX1-1/+2
2022-02-20Automatic date update in version.inGDB Administrator1-1/+1
2022-02-19gdb/darwin: remove not-so-harmless spurious call to `wait4`Dominique Quatravaux1-3/+0