aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-03Fix test_gdb_complete_tab_multiple racePedro Alves2-2/+11
2019-07-03Introduce the "with" commandPedro Alves14-50/+717
2019-07-03"maint test-settings set/show" -> "maint set/show test-settings"Pedro Alves7-102/+116
2019-07-03Fix a few comments in maint-test-settings.cPedro Alves2-6/+12
2019-07-03Fix defaults of some "maint test-settings" subcommandsPedro Alves4-6/+35
2019-07-02Remove return value from remove_breakpoints_infSimon Marchi3-5/+13
2019-07-02Make "info threads" use the gdb::option frameworkPedro Alves5-12/+105
2019-07-02Move generic_load declaration to symfile.hSimon Marchi4-3/+15
2019-07-01Avoid use-after-free in DWARF debug names codeTom Tromey2-6/+9
2019-07-01Remove is_a_field_of_this from ada_lookup_symbolTom Tromey4-10/+14
2019-06-28Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)Sergio Durigan Junior6-3/+156
2019-06-28Fix crash when using PYTHONMALLOC=debug (PR python/24742)Sergio Durigan Junior2-1/+8
2019-06-28Handle either order of name and linkage nameTom Tromey5-2/+154
2019-06-27Change arm_objfile_data_key to use type-safe registryTom Tromey2-23/+15
2019-06-27Fix two buglets in cp_print_value_fields patchTom Tromey4-2/+12
2019-06-26Remove lookup_minimal_symbol_solib_trampolineTom Tromey3-46/+6
2019-06-26AArch64: Add missing CPSR flagsAlan Hayward3-4/+37
2019-06-26Arm: Allow version strings in the triplet regexpAlan Hayward2-1/+18
2019-06-26[gdb/testsuite] Compile varval twice, once without bad DWARFTom de Vries2-202/+225
2019-06-26[gdb/testsuite] Add back missing debug for index-cache.expTom de Vries2-1/+5
2019-06-25arm-tdep: sort mapping symbols after parsing all minimal symbolsSimon Marchi2-9/+28
2019-06-25arm-tdep: replace arm_mapping_symbol VEC with std::vectorSimon Marchi2-72/+70
2019-06-25Fix alias command not detecting non matching prefix & sometimes asserting.Philippe Waroquiers4-4/+64
2019-06-25[gdb/testsuite] Regenerate dw2-restrict.STom de Vries2-316/+198
2019-06-25Tidy tui_delete_winTom Tromey3-7/+6
2019-06-25Make tui_gen_win_info constructor protectedTom Tromey3-3/+12
2019-06-25Fix latent bug in set_is_exec_point_atTom Tromey2-1/+7
2019-06-25Remove NULL checks before xfreeTom Tromey3-6/+9
2019-06-25Remove union tui_which_elementTom Tromey9-301/+144
2019-06-25More type safety for TUI source window functionsTom Tromey7-24/+48
2019-06-25Use bool for is_exec_pointTom Tromey5-9/+18
2019-06-25Fix "auxiliary" typoTom Tromey7-7/+18