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/binutils-2.44
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
/
ui-out.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: Silence -Wformat-nonliteral warning with clang
Simon Marchi
2019-10-13
1
-0
/
+9
*
Introduce metadata style
Tom Tromey
2019-10-01
1
-1
/
+19
*
Introduce gdb-specific %p format suffixes
Pedro Alves
2019-10-01
1
-2
/
+180
*
Remove the ui_out_style_kind enum
Tom Tromey
2019-10-01
1
-3
/
+5
*
Rename field_int to field_signed
Tom Tromey
2019-07-17
1
-5
/
+5
*
Introduce field_unsigned
Tom Tromey
2019-07-15
1
-0
/
+14
*
Remove duplicate or commented-out #includes
Tom Tromey
2019-01-21
1
-1
/
+0
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Style addresses
Tom Tromey
2018-12-28
1
-1
/
+2
*
Add output styles to gdb
Tom Tromey
2018-12-28
1
-4
/
+6
*
Remove obsolete comments from field_fmt
Tom Tromey
2018-11-25
1
-1
/
+0
*
Make do_is_mi_like_p const.
Tom Tromey
2018-04-30
1
-1
/
+1
*
btrace: Remove ui_out cleanups
Simon Marchi
2018-03-06
1
-44
/
+0
*
Make program_space::deleted_solibs a vector of std::string
Simon Marchi
2018-03-02
1
-0
/
+6
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Remove make_cleanup_ui_out_table_begin_end
Tom Tromey
2017-09-09
1
-16
/
+0
*
Wrap locally used classes in anonymous namespace
Yao Qi
2017-03-22
1
-0
/
+4
*
Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy
Pedro Alves
2017-02-02
1
-6
/
+4
*
Change return type of ui_out redirect to void
Simon Marchi
2017-01-10
1
-2
/
+2
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Class-ify ui_out
Simon Marchi
2016-12-22
1
-370
/
+133
*
Introduce enum_flag type for ui_out flags
Simon Marchi
2016-12-02
1
-2
/
+2
*
Class-ify ui_out_table
Simon Marchi
2016-12-01
1
-158
/
+185
*
ui_out_table: Replace boolean flag with enum
Simon Marchi
2016-12-01
1
-16
/
+25
*
Simplify ui-out level code
Simon Marchi
2016-12-01
1
-42
/
+26
*
Class-ify ui_out_level
Simon Marchi
2016-12-01
1
-21
/
+44
*
Class-ify ui_out_hdr
Simon Marchi
2016-12-01
1
-27
/
+69
*
Use std::string for ui_out_hdr's text fields
Simon Marchi
2016-12-01
1
-39
/
+25
*
Replace hand-made linked list of ui_out_hdr by vector and iterator
Simon Marchi
2016-12-01
1
-56
/
+44
*
Use std::string in ui_out_table
Simon Marchi
2016-11-30
1
-11
/
+7
*
Use std::vector for ui_out::levels
Simon Marchi
2016-11-30
1
-16
/
+15
*
Use new/delete instead of malloc/free-based functions
Simon Marchi
2016-11-30
1
-6
/
+7
*
Remove verbosity from ui_out_message and friends
Simon Marchi
2016-11-26
1
-17
/
+6
*
Constify wrap_here/wrap_hint code path
Simon Marchi
2016-11-26
1
-3
/
+3
*
Fix return value of uo_redirect
Simon Marchi
2016-11-26
1
-2
/
+1
*
Remove ui_out_destroy
Simon Marchi
2016-11-26
1
-32
/
+0
*
Remove unused functions and declarations
Simon Marchi
2016-11-26
1
-29
/
+0
*
Remove stale comments
Simon Marchi
2016-11-26
1
-2
/
+0
*
Use ui_file_as_string in gdb/ui-out.c
Pedro Alves
2016-11-08
1
-6
/
+3
*
Fix a few typos
Simon Marchi
2016-11-04
1
-1
/
+1
*
Remove make_cleanup_restore_current_uiout
Tom Tromey
2016-10-21
1
-18
/
+0
*
ui-out.c: Remove unused parameter to push_level
Simon Marchi
2016-10-08
1
-3
/
+2
*
Introduce cleanup to restore current_uiout
Simon Marchi
2016-09-16
1
-0
/
+18
*
Make current_ui_out be per UI
Pedro Alves
2016-06-21
1
-5
/
+0
*
Delete def_uiout
Pedro Alves
2016-06-21
1
-180
/
+1
*
ui-out.c: Remove unused enum
Simon Marchi
2016-02-02
1
-6
/
+0
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Add some more casts (2/2)
Simon Marchi
2015-09-25
1
-2
/
+3
*
ui-out.c (default_ui_out_impl): Add comment.
Doug Evans
2015-08-17
1
-1
/
+1
*
Mostly trivial enum fixes
Simon Marchi
2015-07-31
1
-13
/
+14
[next]