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
/
gdbsupport
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consolidate definition of current_directory
Tom Tromey
2022-03-30
3
-3
/
+7
*
Let phex and phex_nz handle sizeof_l==1
Tom Tromey
2022-03-07
1
-0
/
+8
*
Fix typo in last change.
Roland McGrath
2022-03-03
1
-1
/
+1
*
Avoid conflict with gnulib open/close macros.
Roland McGrath
2022-03-03
2
-5
/
+5
*
gdb: add operator+= and operator+ overload for std::string
Andrew Burgess
2022-02-25
1
-0
/
+19
*
gdbsupport: Add an event-pipe class.
John Baldwin
2022-02-22
6
-3
/
+190
*
gdbsupport/gdb_regex.cc: replace defs.h include with common-defs.h
Simon Marchi
2022-01-20
1
-1
/
+1
*
Move gdb_regex to gdbsupport
Tom Tromey
2022-01-18
4
-8
/
+126
*
Introduce gdb-hashtab module in gdbsupport
Tom Tromey
2022-01-18
4
-9
/
+106
*
Move gdb obstack code to gdbsupport
Tom Tromey
2022-01-18
4
-8
/
+216
*
Move gdb_argv to gdbsupport
Tom Tromey
2022-01-18
1
-0
/
+204
*
gdb: don't use -Wmissing-prototypes with g++
Andrew Burgess
2022-01-13
6
-4
/
+137
*
gdbsupport: regenerate Makefile.in
Andrew Burgess
2022-01-11
1
-2
/
+2
*
gdb: don't pass nullptr to sigwait
Andrew Burgess
2022-01-04
1
-1
/
+6
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
138
-138
/
+138
*
New --enable-threading configure option to control use of threads in GDB/GDBs...
Luis Machado
2021-12-15
2
-4
/
+42
*
Revert "gdbsupport: remove unnecessary `#ifndef IN_PROCESS_AGENT`"
Simon Marchi
2021-12-09
1
-0
/
+2
*
gdbsupport: remove unnecessary `#ifndef IN_PROCESS_AGENT`
Simon Marchi
2021-12-09
1
-2
/
+0
*
gdbsupport: fix memory leak in create_file_handler when re-using file handler
Simon Marchi
2021-12-04
1
-7
/
+6
*
gdbsupport: add array_view copy function
Simon Marchi
2021-12-03
1
-0
/
+15
*
gdb: introduce target_waitkind_str, use it in target_waitstatus::to_string
Simon Marchi
2021-11-22
2
-4
/
+8
*
gdbsupport: fix array-view compilation with c++11 && _GLIBCXX_DEBUG
Simon Marchi
2021-11-20
1
-3
/
+3
*
gdbsupport: make gdb_assert_not_reached accept a format string
Simon Marchi
2021-11-18
2
-5
/
+6
*
gdbsupport: remove FUNCTION_NAME
Simon Marchi
2021-11-16
2
-33
/
+2
*
gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr
Andrew Burgess
2021-11-16
2
-7
/
+8
*
gdbsupport: move xfree into its own file
Andrew Burgess
2021-11-16
4
-16
/
+43
*
[gdb/build] Fix Wimplicit-exception-spec-mismatch in clang build
Tom de Vries
2021-11-11
1
-2
/
+2
*
[gdb/build] Fix build with -std=c++11
Tom de Vries
2021-11-11
1
-0
/
+5
*
Fix build on rhES5
Tom Tromey
2021-11-09
3
-0
/
+25
*
Improve gdb::array_view ctor from contiguous containers
Lancelot SIX
2021-11-08
1
-3
/
+4
*
Introduce make_unique_xstrndup
Tom Tromey
2021-11-05
1
-0
/
+9
*
Fix LD_PRELOAD=/usr/lib64/libasan.so.6 gdb
Jan Kratochvil
2021-11-03
1
-0
/
+42
*
gdb: add selftest name completion
Simon Marchi
2021-10-28
1
-1
/
+3
*
gdbsupport: add assertions in array_view
Simon Marchi
2021-10-25
1
-4
/
+24
*
Fix format_pieces selftest on Windows
Tom Tromey
2021-10-19
3
-0
/
+70
*
Always use std::function for self-tests
Tom Tromey
2021-10-19
2
-45
/
+6
*
[gdb/build] Add CXX_DIALECT to CXX
Tom de Vries
2021-10-04
1
-0
/
+8
*
gdbsupport: remove attempt to define TARGET_WORD_SIZE
Andrew Burgess
2021-10-04
3
-14
/
+0
*
gdbsupport: make gdb_mkostemp_cloexec return a scoped_fd
Simon Marchi
2021-09-30
1
-2
/
+2
*
gdbsupport: make gdb_open_cloexec return scoped_fd
Simon Marchi
2021-09-30
3
-8
/
+9
*
gdbsupport: move gdb_file_up to its own file
Simon Marchi
2021-09-30
3
-13
/
+39
*
Change ptid_t::tid to ULONGEST
Tom Tromey
2021-09-23
2
-4
/
+6
*
Remove defaulted 'tid' parameter to ptid_t constructor
Tom Tromey
2021-09-23
1
-1
/
+1
*
[gdb] Add maint selftest -verbose option
Tom de Vries
2021-09-22
2
-2
/
+20
*
[gdb] Change register_test to use std::function arg
Tom de Vries
2021-09-21
2
-19
/
+22
*
gdbsupport/gdb_proc_service.h: use decltype instead of typeof
Simon Marchi
2021-09-20
1
-1
/
+1
*
gdbsupport: add debug assertions in gdb::optional::get
Simon Marchi
2021-08-03
1
-2
/
+14
*
Replace exception_print_same with operator!=
Tom Tromey
2021-07-30
1
-0
/
+17
*
[gdb/build] Disable attribute nonnull
Tom de Vries
2021-07-30
1
-0
/
+75
*
gdb: move remaining ChangeLogs to legacy files
Andrew Burgess
2021-07-26
1
-0
/
+0
[next]