Age | Commit message (Expand) | Author | Files | Lines |
2019-07-08 | Ensure GDB printf command can print convenience var strings without a target. | Philippe Waroquiers | 5 | -58/+165 |
2019-07-08 | Fix breakpoints on file reloads for PIE binaries | Alan Hayward | 4 | -30/+56 |
2019-07-04 | Fix TUI use of "has_break" field | Tom Tromey | 6 | -25/+42 |
2019-07-04 | Fix foreach_with_prefix regression | Pedro Alves | 3 | -1/+107 |
2019-07-04 | Arm/AArch64: Use a single set of Arm register set size defines | Alan Hayward | 9 | -41/+59 |
2019-07-04 | Arm: Prefix register sizes with ARM_ | Alan Hayward | 10 | -93/+117 |
2019-07-04 | Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clash | Alan Hayward | 7 | -8/+24 |
2019-07-04 | i386/AArch64: Remove unused xml files | Alan Hayward | 32 | -621/+35 |
2019-07-04 | i386/AArch64: Remove unused .dat files | Alan Hayward | 20 | -1530/+22 |
2019-07-04 | i386/AArch64: Remove old xml tests | Alan Hayward | 16 | -366/+29 |
2019-07-03 | Fix early return in foreach_with_prefix | Pedro Alves | 2 | -1/+13 |
2019-07-03 | pipe command completer | Pedro Alves | 4 | -11/+144 |
2019-07-03 | Fix latent bug in test_gdb_complete_cmd_multiple | Pedro Alves | 2 | -1/+7 |
2019-07-03 | Teach gdb::option about string options | Pedro Alves | 6 | -20/+224 |
2019-07-03 | Make gdb::option::complete_options save processed arguments too | Pedro Alves | 6 | -105/+225 |
2019-07-03 | Fix test_gdb_complete_tab_multiple race | Pedro Alves | 2 | -2/+11 |
2019-07-03 | Introduce the "with" command | Pedro Alves | 14 | -50/+717 |
2019-07-03 | "maint test-settings set/show" -> "maint set/show test-settings" | Pedro Alves | 7 | -102/+116 |
2019-07-03 | Fix a few comments in maint-test-settings.c | Pedro Alves | 2 | -6/+12 |
2019-07-03 | Fix defaults of some "maint test-settings" subcommands | Pedro Alves | 4 | -6/+35 |
2019-07-02 | Remove return value from remove_breakpoints_inf | Simon Marchi | 3 | -5/+13 |
2019-07-02 | Make "info threads" use the gdb::option framework | Pedro Alves | 5 | -12/+105 |
2019-07-02 | Move generic_load declaration to symfile.h | Simon Marchi | 4 | -3/+15 |
2019-07-01 | Avoid use-after-free in DWARF debug names code | Tom Tromey | 2 | -6/+9 |
2019-07-01 | Remove is_a_field_of_this from ada_lookup_symbol | Tom Tromey | 4 | -10/+14 |
2019-06-28 | Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541) | Sergio Durigan Junior | 6 | -3/+156 |
2019-06-28 | Fix crash when using PYTHONMALLOC=debug (PR python/24742) | Sergio Durigan Junior | 2 | -1/+8 |
2019-06-28 | Handle either order of name and linkage name | Tom Tromey | 5 | -2/+154 |
2019-06-27 | Change arm_objfile_data_key to use type-safe registry | Tom Tromey | 2 | -23/+15 |
2019-06-27 | Fix two buglets in cp_print_value_fields patch | Tom Tromey | 4 | -2/+12 |
2019-06-26 | Remove lookup_minimal_symbol_solib_trampoline | Tom Tromey | 3 | -46/+6 |
2019-06-26 | AArch64: Add missing CPSR flags | Alan Hayward | 3 | -4/+37 |
2019-06-26 | Arm: Allow version strings in the triplet regexp | Alan Hayward | 2 | -1/+18 |
2019-06-26 | [gdb/testsuite] Compile varval twice, once without bad DWARF | Tom de Vries | 2 | -202/+225 |
2019-06-26 | [gdb/testsuite] Add back missing debug for index-cache.exp | Tom de Vries | 2 | -1/+5 |
2019-06-25 | arm-tdep: sort mapping symbols after parsing all minimal symbols | Simon Marchi | 2 | -9/+28 |
2019-06-25 | arm-tdep: replace arm_mapping_symbol VEC with std::vector | Simon Marchi | 2 | -72/+70 |
2019-06-25 | Fix alias command not detecting non matching prefix & sometimes asserting. | Philippe Waroquiers | 4 | -4/+64 |
2019-06-25 | [gdb/testsuite] Regenerate dw2-restrict.S | Tom de Vries | 2 | -316/+198 |
2019-06-25 | Tidy tui_delete_win | Tom Tromey | 3 | -7/+6 |
2019-06-25 | Make tui_gen_win_info constructor protected | Tom Tromey | 3 | -3/+12 |
2019-06-25 | Fix latent bug in set_is_exec_point_at | Tom Tromey | 2 | -1/+7 |
2019-06-25 | Remove NULL checks before xfree | Tom Tromey | 3 | -6/+9 |
2019-06-25 | Remove union tui_which_element | Tom Tromey | 9 | -301/+144 |
2019-06-25 | More type safety for TUI source window functions | Tom Tromey | 7 | -24/+48 |
2019-06-25 | Use bool for is_exec_point | Tom Tromey | 5 | -9/+18 |
2019-06-25 | Fix "auxiliary" typo | Tom Tromey | 7 | -7/+18 |
2019-06-25 | Separate out data window | Tom Tromey | 7 | -211/+110 |
2019-06-25 | Remove "data_content" and "data_content_count" from TUI data window | Tom Tromey | 7 | -95/+25 |
2019-06-25 | Turn tui_first_data_item_displayed into a method | Tom Tromey | 4 | -16/+23 |