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
*
Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy
Pedro Alves
2017-02-02
1
-31
/
+2
*
New function null_stream
Yao Qi
2017-01-26
1
-0
/
+15
*
Use class to manage BFD reference counts
Tom Tromey
2017-01-10
1
-12
/
+0
*
Remove make_cleanup_htab_delete
Tom Tromey
2017-01-10
1
-18
/
+0
*
Change return type of ui_out redirect to void
Simon Marchi
2017-01-10
1
-2
/
+1
*
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
-2
/
+2
*
Constify wrap_here/wrap_hint code path
Simon Marchi
2016-11-26
1
-2
/
+2
*
gdb: Use C++11 std::chrono
Pedro Alves
2016-11-23
1
-34
/
+24
*
Use ui_file_as_string in gdb/utils.c
Pedro Alves
2016-11-08
1
-3
/
+2
*
Fix a few typos
Simon Marchi
2016-11-04
1
-2
/
+2
*
Use scoped_restore for ui_file
Tom Tromey
2016-10-21
1
-29
/
+0
*
Remove Java support
Tom Tromey
2016-10-06
1
-1
/
+1
*
Use std::string rather than dyn-string
Tom Tromey
2016-09-23
1
-13
/
+0
*
Remove some unnecessary code
Tom Tromey
2016-09-23
1
-6
/
+0
*
Introduce cleanup to restore current_uiout
Simon Marchi
2016-09-16
1
-23
/
+0
*
Fix PR gdb/20418 - Problems with synchronous commands and new-ui
Pedro Alves
2016-08-09
1
-10
/
+33
*
Make stdin be per UI
Pedro Alves
2016-06-21
1
-2
/
+3
*
Make instream be per UI
Pedro Alves
2016-06-21
1
-1
/
+3
*
Eliminate immediate_quit
Pedro Alves
2016-04-12
1
-13
/
+0
*
target remote: Don't rely on immediate_quit (introduce quit handlers)
Pedro Alves
2016-04-12
1
-2
/
+6
*
Do target_terminal_ours in query & friends instead of in all callers
Pedro Alves
2016-04-12
1
-3
/
+13
*
Add missing cleanups to defaulted_query and prompt_for_continue
Pedro Alves
2016-04-12
1
-4
/
+11
*
Use target_terminal_ours_for_output in warning/internal_error
Pedro Alves
2016-04-12
1
-2
/
+12
*
Don't set immediate_quit in prompt_for_continue
Pedro Alves
2016-04-12
1
-4
/
+0
*
python: Use console format for output of gdb.execute command
Catalin Udma
2016-03-31
1
-0
/
+29
*
Update prompt_for_continue comments
Pedro Alves
2016-03-09
1
-14
/
+8
*
Extend "skip" command to support -file, -gfile, -function, -rfunction.
Doug Evans
2016-02-23
1
-0
/
+77
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Make prompt_for_continue call throw_quit directly.
Sandra Loosemore
2015-12-18
1
-1
/
+2
*
[C++/mingw] Misc alloca casts
Pedro Alves
2015-11-17
1
-2
/
+2
*
Disable paging when run by Emacs 25.1 and later.
Eli Zaretskii
2015-10-29
1
-2
/
+3
*
Make host_address_to_string/gdb_print_host_address cast parameter to 'void *'
Pedro Alves
2015-10-27
1
-1
/
+1
*
Fix typos in comments
Eli Zaretskii
2015-10-09
1
-1
/
+1
*
Add some more casts (2/2)
Simon Marchi
2015-09-25
1
-18
/
+20
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-7
/
+8
*
gdb: Use sighandler_t everywhere
Pedro Alves
2015-08-27
1
-2
/
+2
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-4
/
+3
*
remote: allow aborting long operations (e.g., file transfers)
Pedro Alves
2015-08-25
1
-0
/
+12
*
Prepare for gnulib update
Pedro Alves
2015-08-24
1
-1
/
+1
*
Add casts for legitimate integer to enum conversions
Simon Marchi
2015-08-06
1
-1
/
+1
*
Revert the previous 7 commits of: Validate binary before use
Jan Kratochvil
2015-07-15
1
-0
/
+55
*
Move gdb_regex* to common/
Jan Kratochvil
2015-07-15
1
-55
/
+0
*
Move utility functions to common/
Jan Kratochvil
2015-06-15
1
-99
/
+0
*
Move make_cleanup_close to common code
Gary Benson
2015-06-10
1
-17
/
+0
*
Disable readline's SIGWINCH handler
Patrick Palka
2015-04-28
1
-2
/
+3
*
Introduce function for directly updating GDB's screen dimensions
Patrick Palka
2015-04-28
1
-0
/
+12
*
Remove --xdb
Jan Kratochvil
2015-04-11
1
-20
/
+0
*
New common function "startswith"
Gary Benson
2015-03-06
1
-3
/
+2
*
Remove use of stdbool.h in GDB sources.
Joel Brobecker
2015-03-02
1
-5
/
+5
[next]