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
*
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
*
gdb producer_is_gcc fix bool return value.
Mark Wielaard
2015-02-11
1
-2
/
+2
*
Change producer_is_gcc function return type to bool.
Mark Wielaard
2015-02-10
1
-8
/
+17
*
Merge GCC producer parsers. Allow digits in identifiers.
Mark Wielaard
2015-01-29
1
-29
/
+31
*
Consolidate the custom TUI query hook with the default query hook
Patrick Palka
2015-01-09
1
-47
/
+14
*
always read synthetic pointers as signed integers
Yao Qi
2015-01-08
1
-17
/
+0
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
utils.c (make_hex_string): Fix off-by-one error.
Doug Evans
2014-12-13
1
-1
/
+1
*
Avoid use of sprintf in gdb/utils.c:make_hex_string
Joel Brobecker
2014-12-13
1
-1
/
+1
*
New python attribute gdb.Objfile.build_id.
Doug Evans
2014-12-04
1
-0
/
+17
*
gdb_realpath: Rework comment about handling on Windows.
Joel Brobecker
2014-11-28
1
-9
/
+27
*
Use canonicalize_file_name unconditionally
Yao Qi
2014-11-28
1
-61
/
+7
*
Include alloca.h unconditionally
Yao Qi
2014-11-21
1
-1
/
+1
*
Remove spurious exceptions.h inclusions
Gary Benson
2014-10-08
1
-1
/
+0
*
Move internal_{,v}warning to common/errors.[ch]
Gary Benson
2014-08-29
1
-10
/
+0
*
Make warning usable earlier
Gary Benson
2014-08-29
1
-2
/
+4
*
Make internal_vproblem always work
Gary Benson
2014-08-29
1
-8
/
+40
*
Introduce common/errors.h
Gary Benson
2014-08-19
1
-36
/
+0
*
Ensure internal_vproblem always prints the message
Gary Benson
2014-08-19
1
-6
/
+5
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
Include gdb_assert.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
Remove spurious va_end in vwarning
Gary Benson
2014-08-05
1
-1
/
+0
*
Prepare gdb for 64-bit obstacks
Alan Modra
2014-08-05
1
-1
/
+1
*
Rationalize "fatal" error handling outside of gdbserver
Gary Benson
2014-07-24
1
-24
/
+4
*
fix PR gdb/17130
Tom Tromey
2014-07-18
1
-1
/
+1
*
Put GDB's terminal settings into effect when paginating
Pedro Alves
2014-07-14
1
-0
/
+4
*
Refactor and expose core-dumping functionality
Gary Benson
2014-06-19
1
-12
/
+42
*
Add new internal problem for demangler warnings
Gary Benson
2014-06-19
1
-40
/
+69
*
PR mi/15806: Fix quoting of async events
Simon Marchi
2014-06-05
1
-2
/
+8
*
constify to_attach
Tom Tromey
2014-06-04
1
-2
/
+2
[next]