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
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change type of scoped_input_handler::m_quit_handler
Tom Tromey
2017-09-22
1
-3
/
+2
*
Remove make_cleanup_restore_target_terminal
Tom Tromey
2017-09-20
1
-38
/
+42
*
Add selftests run filtering
Simon Marchi
2017-09-16
1
-1
/
+1
*
gdb: Remove check for gdb_stderr == NULL
Andrew Burgess
2017-09-10
1
-2
/
+2
*
Remove make_cleanup_ui_out_redirect_pop
Tom Tromey
2017-09-09
1
-19
/
+0
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-3
/
+0
*
Remove make_cleanup_clear_parser_state
Tom Tromey
2017-09-06
1
-18
/
+0
*
Return std::string from perror_string
Tom Tromey
2017-09-03
1
-21
/
+7
*
Change gdb_realpath to return a unique_xmalloc_ptr
Tom Tromey
2017-08-22
1
-7
/
+47
*
Change gdb_realpath_keepfile to return a unique_xmalloc_ptr
Tom Tromey
2017-08-22
1
-3
/
+3
*
Change gdb_abspath to return a unique_xmalloc_ptr
Tom Tromey
2017-08-22
1
-12
/
+9
*
Remove make_cleanup_freeargv and gdb_buildargv
Tom Tromey
2017-08-03
1
-27
/
+0
*
Introduce gdb_argv, a class wrapper for buildargv
Tom Tromey
2017-08-03
1
-0
/
+14
*
Remove make_cleanup_free_so
Tom Tromey
2017-08-03
1
-18
/
+0
*
Remove make_cleanup_restore_current_language
Tom Tromey
2017-08-03
1
-22
/
+0
*
Remove make_cleanup_fclose
Tom Tromey
2017-08-03
1
-18
/
+0
*
Introduce strncmp_iw
Pedro Alves
2017-07-17
1
-23
/
+54
*
Eliminate make_cleanup_obstack_free, introduce auto_obstack
Pedro Alves
2017-06-27
1
-23
/
+1
*
Move parts of inferior job control to common/
Sergio Durigan Junior
2017-06-07
1
-4
/
+1
*
Introduce compiled_regex, eliminate make_regfree_cleanup
Pedro Alves
2017-06-07
1
-52
/
+0
*
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
1
-5
/
+6
*
-Wwrite-strings: Constify warning_pre_print
Pedro Alves
2017-04-05
1
-1
/
+1
*
gdb: Make ldirname return a std::string
Pedro Alves
2017-03-27
1
-6
/
+4
*
Do not send queries on secondary UIs
Simon Marchi
2017-02-10
1
-1
/
+3
*
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
[next]