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
/
gdbserver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use gnulib's strerror_r on MinGW
Christian Biesinger
2019-11-15
4
-10
/
+10
*
Import the strerror_r-posix module and use it in GDB.
Christian Biesinger
2019-11-15
3
-4
/
+6
*
gdb: Support printf 'z' size modifier
Andrew Burgess
2019-11-12
2
-0
/
+12
*
Use strtok_r instead of strtok
Christian Biesinger
2019-11-06
3
-9
/
+21
*
Move check for strerror_r to common.m4 where it belongs
Christian Biesinger
2019-11-01
3
-3
/
+8
*
Also check for strerror_r in gdbserver
Christian Biesinger
2019-10-31
4
-2
/
+11
*
Convert int to bool in agent.c
Christian Biesinger
2019-10-31
2
-1
/
+4
*
[gdb] Fix more typos in comments (2)
Tom de Vries
2019-10-26
10
-14
/
+26
*
gdbserver does not need xstrdup
Tom Tromey
2019-10-25
2
-12
/
+4
*
Check for sigprocmask in common.m4
Tom Tromey
2019-10-23
3
-1
/
+9
*
Use m4_include, not sinclude in .m4 files
Tom Tromey
2019-10-23
2
-5
/
+10
*
Fix creation of stamp-h by gdb's configure script
Tom Tromey
2019-10-17
4
-14
/
+13
*
Create xml-builtin.h to declare xml_builtins
Christian Biesinger
2019-10-16
2
-1
/
+8
*
gdb/gdbserver: Remove reference to vec-ipa.o
Andrew Burgess
2019-10-15
2
-1
/
+4
*
gdb: Remove vec.{c,h} and update code to not include vec.h
Andrew Burgess
2019-10-15
2
-2
/
+4
*
Convert boolean globals in server.c to bool
Christian Biesinger
2019-10-02
4
-39
/
+67
*
Fix type of startup_with_shell in gdbserver
Tom Tromey
2019-10-02
3
-6
/
+8
*
gdb: Remove a VEC from gdbsupport/btrace-common.h
Andrew Burgess
2019-10-02
2
-6
/
+7
*
Revert "Improve ptrace-error detection on Linux targets"
Sergio Durigan Junior
2019-09-26
4
-33
/
+6
*
Improve ptrace-error detection on Linux targets
Sergio Durigan Junior
2019-09-26
4
-6
/
+33
*
Move declarations of debug_threads and using_threads to header
Christian Biesinger
2019-09-21
7
-13
/
+22
*
Remove Cell Broadband Engine debugging support
Ulrich Weigand
2019-09-20
12
-977
/
+49
*
Move gdb-dlfcn.[ch] to gdbsupport/
Sergio Durigan Junior
2019-08-23
4
-1
/
+13
*
Use gdb::byte_vector in target_write_memory
Tom Tromey
2019-08-15
2
-1
/
+6
*
Replace write_inferior_memory with target_write_memory
Tom Tromey
2019-08-15
12
-68
/
+89
*
Simplify write_inferior_memory
Tom Tromey
2019-08-15
2
-17
/
+9
*
[PR build/24886] disable glibc mcheck support
Frank Ch. Eigler
2019-08-06
5
-128
/
+53
*
Arm: Remove unused feature files and tests
Alan Hayward
2019-07-19
2
-8
/
+4
*
Arm: Use read_description funcs in gdbserver
Alan Hayward
2019-07-19
10
-53
/
+232
*
Arm: Minor style cleanups
Alan Hayward
2019-07-10
2
-29
/
+24
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
40
-175
/
+194
*
Arm/AArch64: Use a single set of Arm register set size defines
Alan Hayward
2019-07-04
3
-10
/
+14
*
i386/AArch64: Remove old xml tests
Alan Hayward
2019-07-04
8
-264
/
+16
*
[gdbserver] Fix s390x -m31 gdbserver build
Tom de Vries
2019-06-20
2
-1
/
+6
*
[gdb] Fix clang buildbreaker
Tom de Vries
2019-06-19
3
-2
/
+7
*
Fix some whitespace issues in gdb ChangeLogs
Simon Marchi
2019-06-16
1
-4
/
+4
*
Move gnulib to top level
Tom Tromey
2019-06-14
4
-4
/
+11
*
Move gdb's xmalloc and friends to new file
Tom Tromey
2019-06-11
2
-0
/
+19
*
Remove newlines from warnings
Tom Tromey
2019-06-10
6
-9
/
+22
*
Introduce and use make_unique_xstrdup
Pedro Alves
2019-06-04
2
-1
/
+5
*
Remove fromhex implementation from gdbreplay
Tom Tromey
2019-06-02
3
-20
/
+7
*
Add new GCC 9 warnings to warnings.m4
Tom Tromey
2019-05-29
2
-1
/
+8
*
Fix regression caused by recently added syscall restart code
Kevin Buettner
2019-05-06
2
-0
/
+7
*
On MS-Windows, define _WIN32_WINNT in a single common place.
Eli Zaretskii
2019-05-03
3
-8
/
+5
*
Use std::list for event notifications in gdbserver
Tom Tromey
2019-04-19
4
-79
/
+78
*
gdbserver: Ensure all debug output uses debug functions
Alan Hayward
2019-04-17
5
-4
/
+26
*
gdbserver: Add debug-file option
Alan Hayward
2019-04-17
4
-3
/
+58
*
gdbserver: Move remote_debug to a single place
Alan Hayward
2019-04-17
7
-16
/
+18
*
Fix amd64->i386 linux syscall restart problem
Kevin Buettner
2019-04-10
2
-0
/
+18
*
Use find_thread_in_random in select_event_lwp
Tom Tromey
2019-04-09
2
-31
/
+8
[next]