aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-18libctf: introduce ctf_func_type_{info,args}, ctf_type_aname_rawNick Alcock6-3/+106
2019-07-18Fix for using named pipes on WindowsGuillaume LABARTHE2-11/+11
2019-07-18Constify main_nameTom Tromey4-8/+13
2019-07-18ld -r: Don't merge with member of output section groupH.J. Lu4-3/+26
2019-07-18[PowerPC64] Use STN_UNDEF internally for edited relocsAlan Modra2-33/+12
2019-07-18[PowerPC64] Don't store TLS_EXPLICIT in tls_maskAlan Modra2-8/+19
2019-07-18[PowerPC] Rename TLS_TPRELGD to TLS_GDIEAlan Modra3-25/+27
2019-07-18[PowerPC64] correct tprel offset limitAlan Modra2-3/+7
2019-07-18gas: .lcomm gets an alignment argument in eBPFJose E. Marchesi2-1/+8
2019-07-18Automatic date update in version.inGDB Administrator1-1/+1
2019-07-17gas: support .half, .word and .dword directives in eBPFJose E. Marchesi7-0/+58
2019-07-17Remove unnecessary "return"sTom Tromey5-14/+11
2019-07-17Fix an error in parse_scrolling_argsTom Tromey2-4/+8
2019-07-17Move source window common to code to tui-winsource.[ch]Tom Tromey10-233/+256
2019-07-17Change make_invisible_and_set_new_height to be a methodTom Tromey3-43/+50
2019-07-17Move tui_source_window to tui-source.hTom Tromey6-31/+44
2019-07-17Move tui_disasm_window to tui-disasm.hTom Tromey3-25/+32
2019-07-17Move TUI data item window to tui-regs.hTom Tromey5-30/+37
2019-07-17Move TUI command window codeTom Tromey8-81/+96
2019-07-17Move tui_dispatch_ctrl_char to tui-io.cTom Tromey4-53/+58
2019-07-17Rearrange TUI data window codeTom Tromey13-354/+291
2019-07-17Fix flushing bug in tui_puts_internalTom Tromey2-0/+11
2019-07-17Remove has_locator methodTom Tromey3-14/+11
2019-07-17Remove tui_make_visible and tui_make_invisibleTom Tromey5-27/+29
2019-07-17Remove make_data_windowTom Tromey2-15/+7
2019-07-17Remove make_source_window and make_disasm_windowTom Tromey2-51/+21
2019-07-17Remove make_command_windowTom Tromey2-34/+22
2019-07-17Simplify show_source_or_disasm_and_commandTom Tromey2-29/+25
2019-07-17Change tui_get_register to return voidTom Tromey2-9/+8
2019-07-17Simplify tui_gen_win_info::make_visibleTom Tromey2-12/+12
2019-07-17Simplify show_source_disasm_commandTom Tromey2-31/+22
2019-07-17Clean up tui_layout_commandTom Tromey4-64/+61
2019-07-17Change tui_set_layout to return voidTom Tromey3-88/+86
2019-07-17Remove reset_locatorTom Tromey2-27/+19
2019-07-17Remove the win_type parameter from tui_gen_win_info::resetTom Tromey4-38/+34
2019-07-17Introduce reset_locator function in tui-layout.cTom Tromey2-66/+31
2019-07-17Always create an execution info window for a source windowTom Tromey7-126/+105
2019-07-17Remove some dead code from tui_set_layoutTom Tromey2-13/+9
2019-07-17Remove TUI data window special caseTom Tromey4-13/+15
2019-07-17Remove tui_set_focusTom Tromey2-11/+9
2019-07-17Merge refresh and refresh_window methodsTom Tromey5-29/+29
2019-07-17Remove tui_source_window::content_in_useTom Tromey4-5/+10
2019-07-17Simplify source window clearingTom Tromey4-73/+8
2019-07-17Remove UNDEFINED_ITEM define from TUITom Tromey2-2/+6
2019-07-17Remove unused TUI definesTom Tromey2-5/+6
2019-07-17Remove unused parameter from two TUI functionsTom Tromey6-43/+51
2019-07-17Add win_info parameter to tui_set_disassem_contentTom Tromey4-13/+22
2019-07-17Move content_in_use to tui_source_window classTom Tromey7-17/+36
2019-07-17Introduce tui_source_window_base::location_matches_p methodTom Tromey5-10/+39
2019-07-17Remove tui_set_win_heightTom Tromey2-11/+7