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
/
remote.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix remote 'g' command error handling (PR remote/9665)
Andrzej Kaczmarek
2018-04-26
1
-19
/
+5
*
Fix new inferior events output
Pedro Alves
2018-04-25
1
-1
/
+3
*
Enable 'set print inferior-events' and improve detach/fork/kill/exit messages
Sergio Durigan Junior
2018-04-24
1
-1
/
+8
*
FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR gdb/23077)
Pedro Alves
2018-04-21
1
-1
/
+4
*
File I/O file handles after target closes
Pedro Alves
2018-04-11
1
-2
/
+1
*
Remove VEC(tsv_s), use std::vector instead
Simon Marchi
2018-04-09
1
-5
/
+5
*
Make target_read_alloc & al return vectors
Simon Marchi
2018-04-07
1
-16
/
+16
*
Get rid of VEC(static_tracepoint_marker_p)
Simon Marchi
2018-03-22
1
-25
/
+9
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-5
/
+5
*
Fix misreporting of omitted bytes for large remote packets
Simon Marchi
2018-03-08
1
-10
/
+6
*
Return gdb::optional<std::string> from target_fileio_readlink
Tom Tromey
2018-03-07
1
-7
/
+5
*
btrace: reword error messages
Markus Metzger
2018-02-09
1
-2
/
+2
*
btrace, gdbserver: remove the to_supports_btrace target method
Markus Metzger
2018-02-09
1
-32
/
+0
*
Per-inferior target_terminal state, fix PR gdb/13211, more
Pedro Alves
2018-01-30
1
-3
/
+3
*
Don't call "detach_inferior" on "remote_follow_fork"
Sergio Durigan Junior
2018-01-29
1
-1
/
+0
*
Pass inferior down to target_detach and to_detach
Simon Marchi
2018-01-19
1
-5
/
+5
*
Remove args from target detach
Simon Marchi
2018-01-19
1
-8
/
+5
*
Fix backwards compatibility with old GDBservers (PR remote/22597)
Pedro Alves
2018-01-11
1
-1
/
+7
*
Replace VEC(gdb_xml_value_s) with std::vector
Simon Marchi
2018-01-07
1
-5
/
+6
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
remote: Return NULL extra_info/name if they are empty
Simon Marchi
2017-12-11
1
-2
/
+8
*
target_set_syscall_catchpoint, use gdb::array_view and bool
Pedro Alves
2017-12-06
1
-13
/
+11
*
remote: Make qXfer packets respect corresponding "set remote foo-packet"
Pedro Alves
2017-12-06
1
-7
/
+9
*
Remove some unused variables
Simon Marchi
2017-12-05
1
-7
/
+0
*
Create private_thread_info hierarchy
Simon Marchi
2017-11-24
1
-75
/
+54
*
remote: C++ify thread_item and threads_listing_context
Simon Marchi
2017-11-24
1
-121
/
+76
*
Create private_inferior class hierarchy
Simon Marchi
2017-11-24
1
-10
/
+21
*
Fix 'xfered>0' assertion in target.c for remote connection
Paul Carroll
2017-11-14
1
-5
/
+6
*
Make encode_actions_rsp use std::vector
Simon Marchi
2017-11-08
1
-63
/
+37
*
Constify add_setshow_*
Tom Tromey
2017-11-07
1
-4
/
+4
*
Constify add_com
Tom Tromey
2017-11-07
1
-5
/
+5
*
remote.c, QCatchSyscalls: Build std::string instead of unique_xmalloc_ptr
Pedro Alves
2017-10-30
1
-15
/
+7
*
Garbage collect remote.c:remote_async_terminal_ours_p
Pedro Alves
2017-10-26
1
-21
/
+0
*
s/get_regcache_arch (regcache)/regcache->arch ()/g
Yao Qi
2017-10-25
1
-7
/
+7
*
Get rid of VEC (mem_region)
Simon Marchi
2017-10-21
1
-2
/
+2
*
Return unique_xmalloc_ptr from target_read_stralloc
Tom Tromey
2017-10-16
1
-46
/
+18
*
Simple cleanup removals in remote.c
Tom Tromey
2017-10-16
1
-43
/
+28
*
Get rid of VEC(mem_range_s)
Simon Marchi
2017-10-16
1
-14
/
+5
*
Make to_traceframe_info return a unique_ptr
Simon Marchi
2017-10-14
1
-3
/
+2
*
Constify add_prefix_cmd
Tom Tromey
2017-10-11
1
-3
/
+3
*
Fix "Remote 'g' packet reply is too long" problems with multiple inferiors
Pedro Alves
2017-10-04
1
-27
/
+73
*
Extend "set cwd" to work on gdbserver
Sergio Durigan Junior
2017-10-04
1
-0
/
+47
*
Constify unpack_varlen_hex & fix fallout
Pedro Alves
2017-09-29
1
-18
/
+19
*
gdb/remote.c: Eliminate target_buf/target_buf_size hack
Pedro Alves
2017-09-29
1
-65
/
+69
*
Constify some commands in remote.c
Tom Tromey
2017-09-27
1
-14
/
+10
*
Add thread_handle_to_thread_info support for remote targets
Kevin Buettner
2017-09-21
1
-0
/
+59
*
Remove make_cleanup_restore_target_terminal
Tom Tromey
2017-09-20
1
-6
/
+6
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Improve "'g' reply is is to long" error message
Simon Marchi
2017-09-05
1
-1
/
+2
*
Implement the ability to set/unset environment variables to GDBserver when st...
Sergio Durigan Junior
2017-08-31
1
-0
/
+76
[next]