aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-08-13Change tui_set_exec_info_content to be a methodTom Tromey3-9/+20
2019-08-13Change tui_show_source_content to be a methodTom Tromey4-13/+26
2019-08-13Change tui_check_and_display_highlight_if_needed to be a methodTom Tromey7-15/+33
2019-08-13Delete invisible TUI windowsTom Tromey5-13/+41
2019-08-13Simplify tui_show_disassemTom Tromey2-1/+7
2019-08-13Make tui_default_win_height staticTom Tromey3-3/+6
2019-08-13Two simplifications in tui-layout.cTom Tromey2-119/+116
2019-08-13Simplify tui_make_all_invisibleTom Tromey4-16/+18
2019-08-13Remove tui_make_all_visibleTom Tromey3-7/+5
2019-08-13Move current_layout to tui-layout.cTom Tromey4-21/+24
2019-08-13Remove struct tui_layout_defTom Tromey4-23/+8
2019-08-13clear_detail can only be called on TUI source windowsTom Tromey7-25/+12
2019-08-13Don't include readline headers from tracepoint.cTom Tromey2-7/+4
2019-08-13[gdb/testsuite] Fix gdb.gdb/selftest.exp regexpTom de Vries2-1/+6
2019-08-13Fixes for gdb.python tests on remote Windows host.Sandra Loosemore14-71/+118
2019-08-12Require readline 7 or newerTom Tromey7-2/+67
2019-08-12Remove readline hack from gdb_selectTom Tromey2-9/+4
2019-08-12Fix gdb's selftest.exp after readline importPatrick Palka2-3/+26
2019-08-09Match Windows pathnames in gdb.linespec/break-ask.exp.Sandra Loosemore2-3/+8
2019-08-09Fix access to uninitialized variable in fill_in_stop_funcPedro Franco de Carvalho2-0/+7
2019-08-09s390: Implement 'type_align' gdbarch methodAndreas Arnez2-0/+38
2019-08-09doc: fix PAC typoAlan Hayward2-1/+5
2019-08-09[gdb] Fix gdb.dwarf2/varval.exp with -fPIE/-pieTom de Vries2-2/+14
2019-08-08[gdb/testsuite] Fix gdb.tui/basic.exp with check-read1Tom de Vries2-1/+6
2019-08-07Make struct frame_arg self-managingTom Tromey5-25/+22
2019-08-07AArch64 pauth: Indicate unmasked addresses in backtraceAlan Hayward9-11/+82
2019-08-06Introduce obstack_strndupTom Tromey8-23/+43
2019-08-06Add obstack_strdup overload taking a std::stringTom Tromey7-36/+38
2019-08-06Make obstack_strdup inlineTom Tromey3-11/+10
2019-08-06Use obstack_strdup moreTom Tromey14-72/+57
2019-08-07Add a selftest that checks documentation invariants.Philippe Waroquiers3-0/+113
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers53-265/+400
2019-08-06[PR build/24886] disable glibc mcheck supportFrank Ch. Eigler13-290/+63
2019-08-06Add more styling to "disassemble"Tom Tromey12-37/+94
2019-08-06Replace int with enum block_enum where appropriate.Christian Biesinger2-6/+17
2019-08-06Clean up source file error reportingTom Tromey2-14/+18
2019-08-06Add file offsets to the source cacheTom Tromey8-192/+228
2019-08-06Save plain text in the source cacheTom Tromey3-76/+55
2019-08-06Fix latent bug in source cacheTom Tromey3-17/+47
2019-08-06Change breakpoint::filter to be a unique_xmalloc_ptrTom Tromey3-6/+11
2019-08-05Add block['var'] accessorChristian Biesinger7-2/+73
2019-08-05Add a comment briefly explaining partial symbolsChristian Biesinger2-1/+11
2019-08-05Increase timeout in gdb.mi/list-thread-groups-available.expSimon Marchi2-4/+16
2019-08-05[gdb/testsuite] Run read1 timeout tests with with_read1_timeout_factorTom de Vries5-33/+73
2019-08-05Use _() in calls to build_helpTom Tromey5-10/+17
2019-08-05[gdb/testsuite] Fail in gdb_compile if pie results in non-PIE executableTom de Vries2-14/+72
2019-08-05[gdb/testsuite] Fix typo in tcl_version_at_leastTom de Vries2-1/+5
2019-08-04Remove some variables in favor of using gdb::optionalSimon Marchi2-47/+55
2019-08-04Skip GDB test reconnect-ctrl-c.exp if nointerrupts is set.Sandra Loosemore2-0/+9
2019-08-04Add check for readline support to more GDB tab-completion tests.Sandra Loosemore2-3/+16