aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-07-11gdb: Add command completers for some info commandsAndrew Burgess6-11/+64
2019-07-11gdb: Make use of gdb::option framework for some info commandsAndrew Burgess5-171/+99
2019-07-11gdb: Allow quoting around string options in the gdb::option frameworkAndrew Burgess6-20/+123
2019-07-11Remove init_cli_cmdsTom Tromey7-21/+18
2019-07-11Fix use-after-move bug in add_thread_objectTom Tromey2-1/+6
2019-07-10Make value_must_coerce_to_target return a boolSimon Marchi3-7/+15
2019-07-10breakpoint: Make is_*point functions return boolSimon Marchi3-30/+47
2019-07-10Don't include gdbarch.h from defs.hTom Tromey103-8/+144
2019-07-10Change Ada catchpoints to be bp_catchpointTom Tromey11-22/+58
2019-07-10Change arm-tdep.c to use type-safe registryTom Tromey2-52/+38
2019-07-10Change solib-spu.c to use type-safe registryTom Tromey2-7/+11
2019-07-10Change solib-aix.c to use type-safe registryTom Tromey2-97/+62
2019-07-10Change solib-dsbt.c to use type-safe registryTom Tromey2-28/+19
2019-07-10Change spu-tdep.c to use type-safe registryTom Tromey2-6/+12
2019-07-10Change dbxread.c to use type-safe registryTom Tromey3-43/+42
2019-07-10Change jit.c to use type-safe registryTom Tromey2-29/+19
2019-07-10Change solib-darwin.c to use type-safe registryTom Tromey2-19/+12
2019-07-10Change remote-sim.c to use type-safe registryTom Tromey2-50/+42
2019-07-10Reduce manual reference counting in py-inferior.cTom Tromey4-22/+39
2019-07-10Specialize value_cast error message for AdaTom Tromey2-1/+6
2019-07-10Update breakpoint_1's documentationSimon Marchi2-26/+36
2019-07-10Make some bpstat functions use boolSimon Marchi3-20/+27
2019-07-10Arm: Create feature files for Arm target descriptionsAlan Hayward11-15/+326
2019-07-10Restore original GDB prompt in define.expRichard Bunt2-1/+15
2019-07-10Arm: Minor style cleanupsAlan Hayward4-46/+39
2019-07-10Regenerate aarch64-pauth.cAlan Hayward2-1/+4
2019-07-09Make bpstat_what::is_longjmp a boolSimon Marchi3-2/+8
2019-07-09Make "maint info breakpoints" show "catch catch/throw/rethrow" locationsPedro Alves4-70/+69
2019-07-09"catch catch/throw/rethrow", breakpoint -> catchpointPedro Alves12-103/+141
2019-07-09Fix "info break" + "catch catch" + -static-{libstdc++,libgcc}Pedro Alves6-7/+162
2019-07-09Fix printcmds.exp failure for wide strings tests.Philippe Waroquiers2-15/+20
2019-07-09Rename common to gdbsupportTom Tromey488-903/+1038
2019-07-09gdb: Don't skip prologue for explicit line breakpoints in assemblerAndrew Burgess6-9/+100
2019-07-09gdb: Remove unneeded parameter from set_breakpoint_location_functionAndrew Burgess2-9/+13
2019-07-09gdb/riscv: Don't use default bfd to define required featuresAndrew Burgess2-12/+6
2019-07-08Ensure GDB printf command can print convenience var strings without a target.Philippe Waroquiers5-58/+165
2019-07-08Fix breakpoints on file reloads for PIE binariesAlan Hayward4-30/+56
2019-07-04Fix TUI use of "has_break" fieldTom Tromey6-25/+42
2019-07-04Fix foreach_with_prefix regressionPedro Alves3-1/+107
2019-07-04Arm/AArch64: Use a single set of Arm register set size definesAlan Hayward9-41/+59
2019-07-04Arm: Prefix register sizes with ARM_Alan Hayward10-93/+117
2019-07-04Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clashAlan Hayward7-8/+24
2019-07-04i386/AArch64: Remove unused xml filesAlan Hayward32-621/+35
2019-07-04i386/AArch64: Remove unused .dat filesAlan Hayward20-1530/+22
2019-07-04i386/AArch64: Remove old xml testsAlan Hayward16-366/+29
2019-07-03Fix early return in foreach_with_prefixPedro Alves2-1/+13
2019-07-03pipe command completerPedro Alves4-11/+144
2019-07-03Fix latent bug in test_gdb_complete_cmd_multiplePedro Alves2-1/+7
2019-07-03Teach gdb::option about string optionsPedro Alves6-20/+224
2019-07-03Make gdb::option::complete_options save processed arguments tooPedro Alves6-105/+225