GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
tui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consolidate setting of current_layout
Tom Tromey
2019-11-12
1
-4
/
+1
*
Move _initialize_tui_layout to end of file
Tom Tromey
2019-11-12
1
-25
/
+26
*
Make TUI resizing tests more robust
Tom Tromey
2019-11-12
1
-0
/
+34
*
Document and extend readline-bindable functions
Tom Tromey
2019-11-11
1
-1
/
+3
*
Remove can_highlight from TUI windows
Tom Tromey
2019-11-10
3
-7
/
+3
*
Remove some includes of readline.h
Tom Tromey
2019-11-06
2
-6
/
+0
*
Fix regression from TUI disassembly style patch
Tom Tromey
2019-11-05
1
-2
/
+3
*
Style disassembly in the TUI
Tom Tromey
2019-11-05
5
-142
/
+178
*
Change tui_source_element::line to have type std::string
Tom Tromey
2019-11-05
4
-6
/
+6
*
[gdb] Fix more typos in comments (2)
Tom de Vries
2019-10-26
4
-5
/
+5
*
Remove tui_exec_info_content
Tom Tromey
2019-10-21
1
-2
/
+0
*
Make tui-winsource not use breakpoint_chain
Christian Biesinger
2019-10-15
1
-7
/
+4
*
Don't call erase_data_content from tui_data_window::show_registers
Tom Tromey
2019-10-09
1
-2
/
+3
*
Make TUI window handle a unique_ptr
Tom Tromey
2019-10-09
12
-87
/
+73
*
Remove declaration from tui-wingeneral.h
Tom Tromey
2019-10-09
1
-1
/
+0
*
Remove tui_win_is_auxiliary
Tom Tromey
2019-10-09
2
-8
/
+0
*
Remove tui_default_win_viewport_height
Tom Tromey
2019-10-09
3
-63
/
+9
*
Remove two TUI comments
Tom Tromey
2019-10-09
1
-2
/
+0
*
Introduce metadata style
Tom Tromey
2019-10-01
2
-5
/
+6
*
Remove the ui_out_style_kind enum
Tom Tromey
2019-10-01
2
-2
/
+2
*
Change TUI window commands to be case-sensitive
Tom Tromey
2019-09-20
2
-95
/
+67
*
Use make_unique_xstrdup in TUI
Tom Tromey
2019-09-20
2
-2
/
+2
*
Remove separator comments from TUI
Tom Tromey
2019-09-20
4
-55
/
+0
*
Remove strcat_to_buf
Tom Tromey
2019-09-20
2
-15
/
+0
*
Rename a private data member in tui_source_window
Tom Tromey
2019-09-20
2
-4
/
+4
*
Rename private data members of tui_data_window
Tom Tromey
2019-09-20
2
-36
/
+36
*
Change members of tui_locator_window to std::string
Tom Tromey
2019-09-20
3
-21
/
+11
*
Remove a call to tui_locator_win_info_ptr
Tom Tromey
2019-09-20
1
-4
/
+2
*
Don't call refresh in tui_resize_all
Tom Tromey
2019-09-20
1
-1
/
+0
*
Set TUI locator height to 1
Tom Tromey
2019-09-20
3
-17
/
+11
*
Change "win_resized" to bool
Tom Tromey
2019-09-20
4
-9
/
+9
*
Use "bool" in tui_data_window::show_register_group
Tom Tromey
2019-09-20
2
-3
/
+3
*
Simplify TUI disassembly
Tom Tromey
2019-09-20
1
-45
/
+26
*
Simplify tui_source_window_base::show_source_content
Tom Tromey
2019-09-20
2
-10
/
+6
*
Remove some explicit re-rendering from the TUI
Tom Tromey
2019-09-20
1
-4
/
+0
*
Change tui_make_status_line to be a method
Tom Tromey
2019-09-20
2
-18
/
+20
*
Change tui_make_status_line to return std::string
Tom Tromey
2019-09-20
1
-44
/
+25
*
Move "fullname" to tui_source_window
Tom Tromey
2019-09-20
4
-13
/
+7
*
Change tui_source_element::line to be a unique_xmalloc_ptr
Tom Tromey
2019-09-20
4
-16
/
+6
*
Remove tui_clear_source_windows_detail
Tom Tromey
2019-09-20
5
-25
/
+0
*
Give a name to the TUI SingleKey keymap
Tom Tromey
2019-09-18
1
-3
/
+6
*
Use ui_out for "info win"
Tom Tromey
2019-09-09
1
-6
/
+14
*
Truncate long TUI window titles
Tom Tromey
2019-09-08
1
-1
/
+15
*
Remove tui_win_info::refresh_all
Tom Tromey
2019-08-30
6
-49
/
+0
*
Don't call wrefresh from tui_cont_sig
Tom Tromey
2019-08-30
1
-2
/
+0
*
Minor rearrangement of tui-stack.c
Tom Tromey
2019-08-30
1
-13
/
+7
*
Make tui_locator_window::set_locator_fullname re-render
Tom Tromey
2019-08-30
1
-3
/
+1
*
Swap tui_show_locator_content and tui_locator_window::rerender
Tom Tromey
2019-08-30
1
-21
/
+17
*
Turn two locator functions into methods
Tom Tromey
2019-08-30
2
-47
/
+49
*
Don't call tui_refresh_all from show_layout
Tom Tromey
2019-08-30
1
-1
/
+0
[next]