summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sim: start a manual [PR sim/7582]users/vapier/sim/docMike Frysinger2022-11-1152-484/+6122
* sim: v850: rename v850.dc to align with other portsMike Frysinger2022-11-113-2/+2
* sim: igen: fix hang when decoding boolean rule constantsMike Frysinger2022-11-111-0/+2
* sim: igen: mark error func as noreturn since it exitsMike Frysinger2022-11-111-1/+1
* sim: igen: mark output funcs with printf attributeMike Frysinger2022-11-112-7/+4
* sim: igen: constify various func argumentsMike Frysinger2022-11-1131-265/+380
* sim: ppc: rename ppc-instructions to powerpc.igenMike Frysinger2022-11-114-6/+6
* i386: Check invalid (%dx) usageH.J. Lu2022-11-105-0/+44
* gdb: make "start" breakpoint inferior-specificSimon Marchi2022-11-104-1/+133
* gdb: Fix regressions caused by 041de3d73aa121f2ff0c077213598963bfb34b79Bruno Larsen2022-11-101-2/+2
* gdb/debuginfod: Improve progress updatesAaron Merey2022-11-106-162/+296
* gdb: add special handling for frame level 0 in frame_info_ptrSimon Marchi2022-11-102-6/+40
* gdb: add missing prepare_reinflate call in print_frame_infoSimon Marchi2022-11-101-0/+2
* gdb: use frame_id_p instead of comparing to null_frame_id in frame_info_ptr::...Simon Marchi2022-11-101-1/+1
* gdb: remove manual frame_info reinflation code in backtrace_command_1Simon Marchi2022-11-101-14/+1
* gdb: move frame_info_ptr method implementations to frame-info.cSimon Marchi2022-11-105-21/+55
* gdb: add prepare_reinflate/reinflate around print_frame_args in info_frame_co...Simon Marchi2022-11-102-0/+12
* gdb: clear other.m_cached_id in frame_info_ptr's move ctorSimon Marchi2022-11-101-0/+1
* gdb/c++: Improve error messages in overload resolutionBruno Larsen2022-11-103-4/+277
* gdb/testsuite: allowed for function_range to deal with mangled functionsBruno Larsen2022-11-101-1/+1
* ld/testsuite: skip ld-size when -shared is not supportedClément Chigot2022-11-101-0/+6
* mach-o reloc size overflowAlan Modra2022-11-101-1/+4
* Sanity check reloc count in get_reloc_upper_boundAlan Modra2022-11-105-34/+69
* gdb/testsuite: Fix rtld-step-nodebugsym.expLancelot SIX2022-11-101-1/+3
* sim: ppc: drop old makefile fragmentMike Frysinger2022-11-101-3/+0
* sim: ppc: drop support for dgen -L optionMike Frysinger2022-11-101-5/+1
* sim: ppc: collapse is_readonly & length switch tables heavilyMike Frysinger2022-11-101-7/+15
* sim: ppc: collapse is_valid switch table moreMike Frysinger2022-11-101-1/+4
* sim: ppc: pull default switch return outMike Frysinger2022-11-101-2/+1
* sim: ppc: constify spreg tableMike Frysinger2022-11-101-2/+2
* ld: Add module information substream to PDB filesMark Harmstone2022-11-105-44/+427
* [opcodes/arm] Fix potential null pointer dereferencesLuis Machado2022-11-101-1/+5
* [gdb/aarch64] Use safer memory read routinesLuis Machado2022-11-101-6/+36
* Automatic date update in version.inGDB Administrator2022-11-101-1/+1
* Fix stepping in rtld without debug symbolLancelot SIX2022-11-093-3/+61
* sim: igen: add missing newline to various error messagesMike Frysinger2022-11-105-6/+6
* sim: restore lstat & mkdir func checksMike Frysinger2022-11-103-2/+16
* sim: ppc: drop obsolete USE_WIN32API checkMike Frysinger2022-11-104-27/+0
* gdbserver: do not report btrace support if target does not announce itTankut Baris Aktemur2022-11-095-1/+19
* Allow 'ptype/o' for assemblyTom Tromey2022-11-098-3/+77
* sim: ppc: add missing parens with e500 macroMike Frysinger2022-11-091-16/+16
* sim: ppc: drop useless linking of helper toolsMike Frysinger2022-11-091-1/+1
* x86/Intel: don't accept malformed EXTRQ / INSERTQJan Beulich2022-11-094-16/+17
* Re: Fuzzed files in archivesAlan Modra2022-11-091-14/+7
* RISC-V: xtheadfmemidx: Use fp register in mnemonicsChristoph Müllner2022-11-095-56/+58
* ld: Always output local symbol for relocatable linkH.J. Lu2022-11-081-1/+2
* Automatic date update in version.inGDB Administrator2022-11-091-1/+1
* gdb/linux-nat: get core count using /sys/devices/system/cpu/possibleSimon Marchi2022-11-081-4/+66
* gdbsupport, gdb: add read_text_file_to_string, use it in linux_common_core_of...Simon Marchi2022-11-083-31/+62
* PowerPC: Add XSP operand definePeter Bergner2022-11-081-5/+6