aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-08Rename gdb exception typesTom Tromey146-459/+606
2019-04-08Rewrite TRY/CATCHTom Tromey144-1326/+1033
2019-04-08Make exceptions use std::string and be self-managingTom Tromey43-245/+253
2019-04-08Simplify exception handlingTom Tromey3-81/+10
2019-04-08Fix i386-lynxos and other runtime linker failsAlan Modra4-0/+9
2019-04-08Fix x86_64-rdos build failAlan Modra3-26/+33
2019-04-08Automatic date update in version.inGDB Administrator1-1/+1
2019-04-07Make "all" depend on "info"Tom Tromey2-1/+5
2019-04-07print_insn_powerpc tidyAlan Modra2-26/+29
2019-04-07PR24421, Wrong brackets in opcodes/arm-dis.cAlan Modra2-213/+219
2019-04-07Merge libiberty from gccAlan Modra10-42/+97
2019-04-07Automatic date update in version.inGDB Administrator1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey162-1593/+1426
2019-04-06x86: Move x86-specific linker options to elf_linker_x86_paramsH.J. Lu29-58/+256
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey162-1261/+1757
2019-04-06Automatic date update in version.inGDB Administrator1-1/+1
2019-04-05x86: Add assembler -mx86-used-note=yes testH.J. Lu5-0/+59
2019-04-05x86: Support Intel AVX512 BF16Xuepeng Guo24-4134/+5075
2019-04-05Use linux_get_auxv to get AT_PHDR in the PPC stubPedro Franco de Carvalho4-12/+41
2019-04-05Use upper-case for metasyntactic in gdbserver helpTom Tromey2-2/+7
2019-04-04Move innermost_block_tracker global to parse_stateTom Tromey17-97/+145
2019-04-04Move type stack handling to a new classTom Tromey9-444/+521
2019-04-04Move completion parsing to parser_stateTom Tromey11-123/+188
2019-04-04Move arglist_len et al to parser_stateTom Tromey9-80/+89
2019-04-04Move lexptr and prev_lexptr to parser_stateTom Tromey12-275/+312
2019-04-04Move comma_terminates global to parser_stateTom Tromey11-19/+36
2019-04-04Remove paren_depth globalTom Tromey11-14/+62
2019-04-04Move expression_context_* globals to parser_stateTom Tromey11-81/+136
2019-04-04Make base class for parser_stateTom Tromey9-73/+115
2019-04-04Turn parse_language into a methodTom Tromey10-62/+85
2019-04-04Turn parse_gdbarch into a methodTom Tromey13-95/+124
2019-04-04Remove parser_state "initial_size" parameterTom Tromey7-13/+23
2019-04-04Make increase_expout_size staticTom Tromey3-8/+12
2019-04-05PowerPC conditional branch testAlan Modra9-0/+421
2019-04-05PowerPC bc extended branch mnemonics and "y" hintsAlan Modra2-141/+148
2019-04-05PowerPC disassembler: Don't emit trailing spacesAlan Modra19-63/+96
2019-04-05Automatic date update in version.inGDB Administrator1-1/+1
2019-04-04Add extended mnemonics for bctar. Fix setting of 'at' branch hints.Peter Bergner7-73/+584
2019-04-04[GDB, Hurd] Fix build; 'target_waitstatus_to_string' callThomas Schwinge2-1/+6
2019-04-04Automatic date update in version.inGDB Administrator1-1/+1
2019-04-03gas: use literals/const16 for xtensa loop relaxationMax Filippov3-142/+65
2019-04-03PR24411, Division is not accepted in MEMORY length expressionAlan Modra2-1/+11
2019-04-03ldlex.l tidyAlan Modra2-20/+22
2019-04-03BFD whitespace fixesAlan Modra24-188/+197
2019-04-03Automatic date update in version.inGDB Administrator1-1/+1
2019-04-02RISC-V: Don't check ABI flags if no code section.Jim Wilson2-2/+39
2019-04-02Automatic date update in version.inGDB Administrator1-1/+1
2019-04-01gdb/fortran: Handle internal function callsAndrew Burgess5-5/+34
2019-04-01gdb: Add $_cimag and $_creal internal functionsAndrew Burgess10-2/+234
2019-04-01Fix internal error and improve 'set debug infrun 1'/target wait kind tracePhilippe Waroquiers4-72/+31