Age | Commit message (Expand) | Author | Files | Lines |
2019-08-15 | [gdb] Fix gdb build on mips64-linux | Tom de Vries | 2 | -0/+5 |
2019-08-14 | AArch64: Allow additional sizes in prologue | Alan Hayward | 5 | -22/+139 |
2019-08-14 | Fix gdb build on macOS | Tom Tromey | 3 | -0/+7 |
2019-08-13 | Remove tui_gen_win_info::last_visible_line | Tom Tromey | 3 | -4/+7 |
2019-08-13 | Don't track the contents of the execution info window | Tom Tromey | 3 | -70/+22 |
2019-08-13 | Remove tui_clear_exec_info_content | Tom Tromey | 3 | -18/+16 |
2019-08-13 | Remove tui_erase_exec_info_content | Tom Tromey | 3 | -9/+11 |
2019-08-13 | Turn tui_show_exec_info_content into a method | Tom Tromey | 3 | -7/+19 |
2019-08-13 | Move code to tui-winsource.h | Tom Tromey | 3 | -41/+51 |
2019-08-13 | Change tui_update_exec_info to be a method | Tom Tromey | 4 | -9/+21 |
2019-08-13 | Change tui_set_exec_info_content to be a method | Tom Tromey | 3 | -9/+20 |
2019-08-13 | Change tui_show_source_content to be a method | Tom Tromey | 4 | -13/+26 |
2019-08-13 | Change tui_check_and_display_highlight_if_needed to be a method | Tom Tromey | 7 | -15/+33 |
2019-08-13 | Delete invisible TUI windows | Tom Tromey | 5 | -13/+41 |
2019-08-13 | Simplify tui_show_disassem | Tom Tromey | 2 | -1/+7 |
2019-08-13 | Make tui_default_win_height static | Tom Tromey | 3 | -3/+6 |
2019-08-13 | Two simplifications in tui-layout.c | Tom Tromey | 2 | -119/+116 |
2019-08-13 | Simplify tui_make_all_invisible | Tom Tromey | 4 | -16/+18 |
2019-08-13 | Remove tui_make_all_visible | Tom Tromey | 3 | -7/+5 |
2019-08-13 | Move current_layout to tui-layout.c | Tom Tromey | 4 | -21/+24 |
2019-08-13 | Remove struct tui_layout_def | Tom Tromey | 4 | -23/+8 |
2019-08-13 | clear_detail can only be called on TUI source windows | Tom Tromey | 7 | -25/+12 |
2019-08-13 | Don't include readline headers from tracepoint.c | Tom Tromey | 2 | -7/+4 |
2019-08-13 | [gdb/testsuite] Fix gdb.gdb/selftest.exp regexp | Tom de Vries | 2 | -1/+6 |
2019-08-13 | Fixes for gdb.python tests on remote Windows host. | Sandra Loosemore | 14 | -71/+118 |
2019-08-12 | Require readline 7 or newer | Tom Tromey | 7 | -2/+67 |
2019-08-12 | Remove readline hack from gdb_select | Tom Tromey | 2 | -9/+4 |
2019-08-12 | Fix gdb's selftest.exp after readline import | Patrick Palka | 2 | -3/+26 |
2019-08-09 | Match Windows pathnames in gdb.linespec/break-ask.exp. | Sandra Loosemore | 2 | -3/+8 |
2019-08-09 | Fix access to uninitialized variable in fill_in_stop_func | Pedro Franco de Carvalho | 2 | -0/+7 |
2019-08-09 | s390: Implement 'type_align' gdbarch method | Andreas Arnez | 2 | -0/+38 |
2019-08-09 | doc: fix PAC typo | Alan Hayward | 2 | -1/+5 |
2019-08-09 | [gdb] Fix gdb.dwarf2/varval.exp with -fPIE/-pie | Tom de Vries | 2 | -2/+14 |
2019-08-08 | [gdb/testsuite] Fix gdb.tui/basic.exp with check-read1 | Tom de Vries | 2 | -1/+6 |
2019-08-07 | Make struct frame_arg self-managing | Tom Tromey | 5 | -25/+22 |
2019-08-07 | AArch64 pauth: Indicate unmasked addresses in backtrace | Alan Hayward | 9 | -11/+82 |
2019-08-06 | Introduce obstack_strndup | Tom Tromey | 8 | -23/+43 |
2019-08-06 | Add obstack_strdup overload taking a std::string | Tom Tromey | 7 | -36/+38 |
2019-08-06 | Make obstack_strdup inline | Tom Tromey | 3 | -11/+10 |
2019-08-06 | Use obstack_strdup more | Tom Tromey | 14 | -72/+57 |
2019-08-07 | Add a selftest that checks documentation invariants. | Philippe Waroquiers | 3 | -0/+113 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 53 | -265/+400 |
2019-08-06 | [PR build/24886] disable glibc mcheck support | Frank Ch. Eigler | 13 | -290/+63 |
2019-08-06 | Add more styling to "disassemble" | Tom Tromey | 12 | -37/+94 |
2019-08-06 | Replace int with enum block_enum where appropriate. | Christian Biesinger | 2 | -6/+17 |
2019-08-06 | Clean up source file error reporting | Tom Tromey | 2 | -14/+18 |
2019-08-06 | Add file offsets to the source cache | Tom Tromey | 8 | -192/+228 |
2019-08-06 | Save plain text in the source cache | Tom Tromey | 3 | -76/+55 |
2019-08-06 | Fix latent bug in source cache | Tom Tromey | 3 | -17/+47 |
2019-08-06 | Change breakpoint::filter to be a unique_xmalloc_ptr | Tom Tromey | 3 | -6/+11 |