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
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: don't try to use readline before it's initialized
Andrew Burgess
2022-04-07
1
-2
/
+15
*
Style URLs in GDB output
Tom Tromey
2022-03-31
1
-2
/
+3
*
Only allow QUIT on the main thread
Tom Tromey
2022-03-30
1
-0
/
+4
*
Remove unnecessary calls to wrap_here and gdb_flush
Tom Tromey
2022-03-29
1
-6
/
+0
*
Remove vfprintf_styled
Tom Tromey
2022-03-29
1
-11
/
+0
*
Rename fprintf_symbol_filtered
Tom Tromey
2022-03-29
1
-3
/
+3
*
Rename puts_filtered_tabular
Tom Tromey
2022-03-29
1
-7
/
+6
*
Rename print_spaces_filtered
Tom Tromey
2022-03-29
1
-1
/
+1
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-41
/
+31
*
Unify gdb putc functions
Tom Tromey
2022-03-29
1
-22
/
+6
*
Unify gdb puts functions
Tom Tromey
2022-03-29
1
-27
/
+21
*
Unify vprintf functions
Tom Tromey
2022-03-29
1
-48
/
+11
*
Remove fputs_styled_unfiltered
Tom Tromey
2022-03-29
1
-11
/
+0
*
Change the pager to a ui_file
Tom Tromey
2022-03-29
1
-160
/
+96
*
Remove vfprintf_styled_no_gdbfmt
Tom Tromey
2022-03-29
1
-15
/
+0
*
Add puts_unfiltered method to ui_file
Tom Tromey
2022-03-29
1
-1
/
+3
*
Only have one API for unfiltered output
Tom Tromey
2022-03-29
1
-12
/
+0
*
Switch gdb_stdlog to use timestamped_file
Tom Tromey
2022-03-28
1
-29
/
+1
*
Add new timestamped_file class
Tom Tromey
2022-03-28
1
-1
/
+1
*
Support template lookups in strncmp_iw_with_mode
Keith Seitz
2022-02-24
1
-1
/
+81
*
Unit tests for strncmp_iw_with_mode
Keith Seitz
2022-02-24
1
-0
/
+565
*
gdb: Only paginate for filtered output in fputs_maybe_filtered
Lancelot SIX
2022-02-20
1
-1
/
+2
*
Remove host_hex_value
Tom Tromey
2022-02-04
1
-2
/
+2
*
Remove global wrap_here function
Tom Tromey
2022-01-26
1
-17
/
+3
*
Always call the wrap_here method
Tom Tromey
2022-01-26
1
-4
/
+4
*
Convert wrap_here to use integer parameter
Tom Tromey
2022-01-26
1
-33
/
+19
*
gdb: add string_file::release method
Simon Marchi
2022-01-26
1
-1
/
+1
*
Reduce explicit use of gdb_stdout
Tom Tromey
2022-01-25
1
-5
/
+5
*
Move gdb_regex to gdbsupport
Tom Tromey
2022-01-18
1
-1
/
+1
*
Introduce gdb-hashtab module in gdbsupport
Tom Tromey
2022-01-18
1
-24
/
+0
*
Move gdb obstack code to gdbsupport
Tom Tromey
2022-01-18
1
-1
/
+1
*
Move gdb_argv to gdbsupport
Tom Tromey
2022-01-18
1
-11
/
+1
*
Implement putstr and putstrn in ui_file
Tom Tromey
2022-01-05
1
-97
/
+0
*
Fix pager regression
Tom Tromey
2022-01-05
1
-0
/
+1
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
Fix logging redirection bug with pager
Tom Tromey
2021-12-29
1
-1
/
+1
*
Remove unusual use of core_addr_eq and core_addr_hash
Tom Tromey
2021-12-29
1
-21
/
+0
*
Remove gdb_print_host_address
Tom Tromey
2021-12-24
1
-8
/
+0
*
Move gdb_bfd_errmsg to gdb_bfd.c
Tom Tromey
2021-12-24
1
-28
/
+0
*
Remove print_spaces
Tom Tromey
2021-12-20
1
-6
/
+0
*
Remove puts_debug
Tom Tromey
2021-12-20
1
-85
/
+0
*
Make n_spaces return a const char *
Tom Tromey
2021-12-20
1
-1
/
+1
*
gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr
Andrew Burgess
2021-11-16
1
-2
/
+2
*
gdb: add add_setshow_prefix_cmd
Simon Marchi
2021-10-28
1
-7
/
+3
*
Use unique_xmalloc_ptr<char> when demangling
Tom Tromey
2021-10-04
1
-8
/
+3
*
gdb: print backtrace for internal error/warning
Andrew Burgess
2021-09-28
1
-1
/
+35
*
gdb: make use of std::string in utils.c
Andrew Burgess
2021-09-07
1
-29
/
+25
*
gdb: use bool instead of int in struct internal_problem
Andrew Burgess
2021-09-07
1
-8
/
+21
*
Use gdbfmt for vprintf_filtered.
John Baldwin
2021-08-30
1
-17
/
+9
*
gdb: don't print backtrace when dumping core after an internal error
Andrew Burgess
2021-08-11
1
-0
/
+5
[next]