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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gdb] Fix more typos in comments (2)
Tom de Vries
2019-10-26
1
-1
/
+1
*
Fix compile error & incorrect push
Christian Biesinger
2019-10-22
1
-0
/
+4
*
Use libxxhash for hashing, if present
Christian Biesinger
2019-10-22
1
-0
/
+4
*
Add a fast_hash function in common-utils
Christian Biesinger
2019-10-22
1
-0
/
+10
*
Replace some more qsort calls with std::sort
Christian Biesinger
2019-10-19
1
-2
/
+0
*
Introduce gdb-specific %p format suffixes
Pedro Alves
2019-10-01
1
-1
/
+24
*
Remove initialize_utils
Tom Tromey
2019-09-26
1
-2
/
+0
*
Remove make_hex_string
Tom Tromey
2019-09-25
1
-5
/
+0
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-2
/
+2
*
Don't include gdbarch.h from defs.h
Tom Tromey
2019-07-10
1
-0
/
+3
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
Add highlight style, title style, fputs_highlighted. Improve 'show style'
Philippe Waroquiers
2019-06-03
1
-0
/
+6
*
Have 'thread|frame apply' style their output.
Philippe Waroquiers
2019-04-27
1
-4
/
+0
*
Remove free_current_contents
Tom Tromey
2019-03-06
1
-2
/
+0
*
Introduce ATTRIBUTE_UNUSED_RESULT and use it
Tom Tromey
2019-03-05
1
-1
/
+1
*
Remove make_bpstat_clear_actions_cleanup
Tom Tromey
2019-01-23
1
-1
/
+0
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Highlight source code using GNU Source Highlight
Tom Tromey
2018-12-28
1
-0
/
+4
*
Reset terminal styles
Tom Tromey
2018-12-28
1
-0
/
+4
*
Add output styles to gdb
Tom Tromey
2018-12-28
1
-0
/
+16
*
delete ada-lang.c::move_bits, sharing and re-using copy_bitwise instead
Joel Brobecker
2018-11-14
1
-0
/
+8
*
Return std::string from gdb_bfd_errmsg
Tom Tromey
2018-09-13
1
-1
/
+1
*
Remove make_cleanup_value_free_to_mark
Tom Tromey
2018-07-19
1
-4
/
+0
*
aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones
Jan Kratochvil
2018-05-04
1
-32
/
+0
*
Implement write_async_safe for mi_console_file (PR 22299)
Simon Marchi
2018-04-07
1
-0
/
+3
*
More use of std::vector in linespec.c
Tom Tromey
2018-04-05
1
-1
/
+0
*
Change streq to return bool
Tom Tromey
2018-04-05
1
-1
/
+8
*
Remove make_cleanup_unpush_target
Tom Tromey
2018-03-30
1
-3
/
+0
*
Remove make_cleanup_free_section_addr_info
Tom Tromey
2018-03-16
1
-4
/
+0
*
Create new common/pathstuff.[ch]
Sergio Durigan Junior
2018-02-28
1
-6
/
+0
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Clear non-significant bits of address on memory access
Yao Qi
2017-12-08
1
-0
/
+3
*
Breakpoints in symbols with ABI tags (PR c++/19436)
Pedro Alves
2017-11-29
1
-6
/
+10
*
Make strcmp_iw NOT ignore whitespace in the middle of tokens
Pedro Alves
2017-11-24
1
-4
/
+14
*
Introduce lookup_name_info and generalize Ada's FULL/WILD name matching
Pedro Alves
2017-11-08
1
-0
/
+23
*
Remove unnecessary parentheses in declarations
Egeyar Bagcioglu
2017-10-11
1
-2
/
+2
*
Remove make_cleanup_value_free
Tom Tromey
2017-10-08
1
-1
/
+0
*
Remove set_batch_flag_and_make_cleanup_restore_page_info
Tom Tromey
2017-10-03
1
-6
/
+21
*
Move GDB producer parsing routines to a separate file
Walfred Tedeschi
2017-09-26
1
-3
/
+0
*
Remove make_cleanup_ui_out_redirect_pop
Tom Tromey
2017-09-09
1
-4
/
+0
*
Remove make_cleanup_clear_parser_state
Tom Tromey
2017-09-06
1
-4
/
+0
*
Change gdb_realpath to return a unique_xmalloc_ptr
Tom Tromey
2017-08-22
1
-1
/
+1
*
Change gdb_realpath_keepfile to return a unique_xmalloc_ptr
Tom Tromey
2017-08-22
1
-1
/
+1
*
Change gdb_abspath to return a unique_xmalloc_ptr
Tom Tromey
2017-08-22
1
-1
/
+1
*
Add namespace std to nullptr_t
Yao Qi
2017-08-04
1
-2
/
+2
*
Remove make_cleanup_freeargv and gdb_buildargv
Tom Tromey
2017-08-03
1
-4
/
+0
*
Introduce gdb_argv, a class wrapper for buildargv
Tom Tromey
2017-08-03
1
-0
/
+118
*
Remove make_cleanup_free_so
Tom Tromey
2017-08-03
1
-3
/
+0
*
Remove make_cleanup_restore_current_language
Tom Tromey
2017-08-03
1
-2
/
+0
*
Remove make_cleanup_fclose
Tom Tromey
2017-08-03
1
-2
/
+0
[next]