Sign in
gnu
/
binutils-gdb
/
29363cfa40b59aca282a0b3b2ba4c305f6ff8f79
/
gdbserver
/
tracepoint.cc
27087b7
Apply 'const' in more places
by Tom Tromey
· 4 years, 7 months ago
c23c939
gdbserver: turn fast tracepoint target ops into methods
by Tankut Baris Aktemur
· 5 years ago
5c9eb2f
gdbserver: turn target op 'stabilize_threads' into a method
by Tankut Baris Aktemur
· 5 years ago
29e8dc0
gdbserver: turn target ops 'pause_all' and 'unpause_all' into methods
by Tankut Baris Aktemur
· 5 years ago
feacfca
gdbserver: rename source files to .cc
by Simon Marchi
· 5 years ago
[Renamed from gdbserver/tracepoint.c]
919adfe
Move gdbserver to top level
by Tom Tromey
· 5 years ago
[Renamed from gdb/gdbserver/tracepoint.c]
6e37c37
gdbserver: set IP_AGENT_EXPORT_FUNC to static when not building IPA, add declarations
by Simon Marchi
· 5 years ago
b811d2c
Update copyright year range in all GDB files.
by Joel Brobecker
· 5 years ago
ab7d13f0
Replace the remaining uses of strerror with safe_strerror
by Christian Biesinger
· 5 years ago
30baf67
[gdb] Fix more typos in comments (2)
by Tom de Vries
· 5 years ago
4196ab2
Replace write_inferior_memory with target_write_memory
by Tom Tromey
· 6 years ago
268a13a
Rename common to gdbsupport
by Tom Tromey
· 6 years ago
422186a
Remove newlines from warnings
by Tom Tromey
· 6 years ago
0747795
Normalize includes to use common/
by Tom Tromey
· 6 years ago
be6d4f7
Remove duplicate or commented-out #includes
by Tom Tromey
· 6 years ago
42a4f53
Update copyright year range in all GDB files.
by Joel Brobecker
· 6 years ago
ad202fc
Get rid of -Wodr warning (PR build/23399)
by Simon Marchi
· 7 years ago
e99b03d
Remove ptid_get_pid
by Tom Tromey
· 7 years ago
c12a508
Add client_state struct.
by Stan Cox
· 7 years ago
e2882c8
Update copyright year range in all GDB files
by Joel Brobecker
· 7 years ago
9c80ecd
gdbserver: use std::list for all_threads
by Simon Marchi
· 7 years ago
256642e
Constify unpack_varlen_hex & fix fallout
by Pedro Alves
· 8 years ago
785922a
gdbserver: Remove duplicate functions to find any thread of process
by Simon Marchi
· 8 years ago
229d26f
Add enum for result of fast_tracepoint_collecting
by Simon Marchi
· 8 years ago
61baf72
update copyright year range in GDB files
by Joel Brobecker
· 8 years ago
dcb07cf
gdb: Use C++11 std::chrono
by Pedro Alves
· 8 years ago
39b5a3b
PR remote/20655 - small fix in handle_tracepoint_bkpts
by Tom Tromey
· 9 years ago
35fd2de
Fix write endianness/size problem for fast tracepoint enabled flag
by Par Olsson
· 9 years ago
4dca19f
IPA: Move getauxval out of #ifndef IN_PROCESS_AGENT
by Marcin Kościelnicki
· 9 years ago
252db07
gdbserver: Fix C++ build errors in tracepoint.c
by Marcin Kościelnicki
· 9 years ago
a13c469
IPA: Add alloc_jump_pad_buffer target hook.
by Marcin Kościelnicki
· 9 years ago
1cda151
gdbserver/IPA: Export some functions via global function pointers.
by Marcin Kościelnicki
· 9 years ago
72fb548
gdbserver/tracepoint.c: Remove whitespace
by Simon Marchi
· 9 years ago
6896a8f
[OBV] gdbserver: Only write ipa_tdesc_idx if agent is actually loaded.
by Marcin Kościelnicki
· 9 years ago
ae91f62
[PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA.
by Marcin Kościelnicki
· 9 years ago
020ecd3
gdb.trace: Deduplicate write_inferior_data_ptr.
by Marcin Kościelnicki
· 9 years ago
7cae905
gdbserver: Remove tracepoint_action ops.
by Wei-cheng Wang
· 10 years ago
99e8eb1
gdb.trace: Fix write_inferior_data_ptr on 32-bit big-endian machines.
by Marcin Kościelnicki
· 9 years ago
618f726
GDB copyright headers update after running GDB's copyright.py script.
by Joel Brobecker
· 9 years ago
c17414a
gdbserver/tracepoint: Add casts out of tpoint->handle
by Pedro Alves
· 9 years ago
9a3c826
Add some more casts (1/2)
by Simon Marchi
· 10 years ago
224c3dd
Add casts to memory allocation related calls
by Simon Marchi
· 10 years ago
18fe412
[gdbserver] Remove unused max_jump_pad_size
by Yao Qi
· 10 years ago
d78908c
Fix argument to compiled_cond, and add cases for compiled-condition.
by Wei-cheng Wang
· 10 years ago
8d74932
Replace some xmalloc-family functions with XNEW-family ones
by Simon Marchi
· 10 years ago
438e1e4
Prepare for gnulib update
by Pedro Alves
· 10 years ago
33ebda9
gdbserver/tracepoint.c: make exported IPA global int instead of enum
by Pedro Alves
· 10 years ago
b6b9ffc
Remove required field in agent's symbols
by Pierre Langlois
· 10 years ago
dc06243
Remove redundant include directives.
by Gary Benson
· 10 years ago
eef49a3
constify gdbserver/tracepoint.c
by Pedro Alves
· 10 years ago
9a9df97
gdbserver/tracepoint: Add 'struct sockaddr_un *' -> 'struct sockaddr *' cast
by Pedro Alves
· 10 years ago
9eb1356
Revert union gdb_sockaddr_u
by Pedro Alves
· 10 years ago
366c75f
Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violations
by Pedro Alves
· 10 years ago
61012ee
New common function "startswith"
by Gary Benson
· 10 years ago
3c14e5a
Make functions and variables exported by the IPA be extern "C"
by Pedro Alves
· 10 years ago
b05ec7a
gdbserver: Fix crash when QTinit is handled with no inferior process attached
by Antoine Tremblay
· 10 years ago
582511b
[gdbserver] linux-low.c: better starvation avoidance, handle non-stop mode too
by Pedro Alves
· 10 years ago
32d0add
Update year range in copyright notice of all files owned by the GDB project.
by Joel Brobecker
· 10 years ago
0bfdf32
Rename current_inferior as current_thread in gdbserver
by Gary Benson
· 11 years ago
14ce319
Convert fatal to perror_with_name in IPA code
by Gary Benson
· 11 years ago
38e08fc
Straightforward fatal to internal_error conversions
by Gary Benson
· 11 years ago
8ebb3f5
Move stddef.h to common-defs.h
by Gary Benson
· 11 years ago
d7096f7
Move stdlib.h to common-defs.h
by Gary Benson
· 11 years ago
649ebbc
Replace code accessing list implementation details with API calls.
by Doug Evans
· 11 years ago
ff0e980
replace unhexify with hex2bin
by Tom Tromey
· 11 years ago
e9371af
replace convert_int_to_ascii with bin2hex
by Tom Tromey
· 11 years ago
971dc0b
replace hexify with bin2hex
by Tom Tromey
· 11 years ago
9c3d653
move some rsp bits into rsp-low.h
by Tom Tromey
· 11 years ago
87ce2a0
New gdbserver option --debug-format=timestamp. * NEWS: Mention it.
by Doug Evans
· 11 years ago
ecd75fc
Update Copyright year range in all files maintained by GDB.
by Joel Brobecker
· 11 years ago
fd0a4d7
There were two functions who were calling "sizeof" twice.
by Sergio Durigan Junior
· 11 years ago
c144c7a
[gdbserver] Split a new tracepoint.h file out of server.h.
by Pedro Alves
· 12 years ago
3aafd2f
[gdbserver] Fix trace-buffer-size.exp FAILs.
by Pedro Alves
· 12 years ago
86ebe14
Fix trace status to output username without trailing colon.
by Dmitry Kozlov
· 12 years ago
f30aa5a
Fix trace-status to output proper start-time and stop-time.
by Dmitry Kozlov
· 12 years ago
28a9351
gdb/
by Yao Qi
· 12 years ago
3aee891
[GDBserver] Multi-process + multi-arch
by Pedro Alves
· 12 years ago
1ebff1f
2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
by Hafiz Abid Qadeer
· 12 years ago
eeb56fa
2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
by Sergio Durigan Junior
· 12 years ago
8ddb196
* tracepoint.c (tfile_get_trace_state_variable_value): Look for
by Yao Qi
· 12 years ago
f6f899b
2012-03-08 Stan Shebs <stan@codesourcery.com>
by Hafiz Abid Qadeer
· 12 years ago
e64f749
gdb/gdbserver/
by Yao Qi
· 12 years ago
736cd58
gdb/gdbserver/
by Yao Qi
· 12 years ago
282bbdf
gdb/gdbserver/
by Yao Qi
· 12 years ago
8e1d55a
gdbserver: QTNotes, plug memory leak.
by Pedro Alves
· 12 years ago
baea0dae
Move savestring to common/common-utils.c, make gdbserver use it.
by Pedro Alves
· 12 years ago
5ae4861
gdb/gdbserver:
by Yao Qi
· 12 years ago
28e7fd6
Update years in copyright notice for the GDB files.
by Joel Brobecker
· 12 years ago
fbd5db4
gdb/gdbserver: 2012-11-09 Yao Qi <yao@codesourcery.com>
by Yao Qi
· 12 years ago
918d227
gdb/gdbserver/
by Yao Qi
· 13 years ago
18c1b81
gdb/gdbserver/
by Yao Qi
· 13 years ago
7255706
gdb/gdbserver/ PR remote/14161.
by Yao Qi
· 13 years ago
623b6bd
gdb/gdbserver:
by Yao Qi
· 13 years ago
80d2693
gdb/gdbserver/
by Yao Qi
· 13 years ago
42476b7
gdb/
by Yao Qi
· 13 years ago
7bc8363
gdb/gdbserver/
by Yao Qi
· 13 years ago
5f18041
gdb/gdbserver/
by Yao Qi
· 13 years ago
0ab5faf
gdb/gdbserver/
by Yao Qi
· 13 years ago
fc3e517
gdb/gdbserver/
by Yao Qi
· 13 years ago
8d0d92c
gdb/gdbserver/
by Yao Qi
· 13 years ago
Next »