aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/tracepoint.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-26Add enum for result of fast_tracepoint_collectingSimon Marchi1-9/+9
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-23gdb: Use C++11 std::chronoPedro Alves1-6/+4
2016-10-05PR remote/20655 - small fix in handle_tracepoint_bkptsTom Tromey1-1/+1
2016-04-28Fix write endianness/size problem for fast tracepoint enabled flagPar Olsson1-1/+7
2016-04-05IPA: Move getauxval out of #ifndef IN_PROCESS_AGENTMarcin Kościelnicki1-28/+28
2016-03-31gdbserver: Fix C++ build errors in tracepoint.cMarcin Kościelnicki1-5/+5
2016-03-31IPA: Add alloc_jump_pad_buffer target hook.Marcin Kościelnicki1-19/+34
2016-03-30gdbserver/IPA: Export some functions via global function pointers.Marcin Kościelnicki1-18/+65
2016-03-30gdbserver/tracepoint.c: Remove whitespaceSimon Marchi1-1/+1
2016-03-02[OBV] gdbserver: Only write ipa_tdesc_idx if agent is actually loaded.Marcin Kościelnicki1-4/+7
2016-02-25[PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA.Marcin Kościelnicki1-6/+19
2016-02-12gdb.trace: Deduplicate write_inferior_data_ptr.Marcin Kościelnicki1-53/+41
2016-02-11gdbserver: Remove tracepoint_action ops.Wei-cheng Wang1-69/+50
2016-01-22gdb.trace: Fix write_inferior_data_ptr on 32-bit big-endian machines.Marcin Kościelnicki1-3/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-29gdbserver/tracepoint: Add casts out of tpoint->handlePedro Alves1-2/+12
2015-09-25Add some more casts (1/2)Simon Marchi1-3/+3
2015-09-25Add casts to memory allocation related callsSimon Marchi1-30/+31
2015-09-21[gdbserver] Remove unused max_jump_pad_sizeYao Qi1-3/+0
2015-09-16Fix argument to compiled_cond, and add cases for compiled-condition.Wei-cheng Wang1-2/+5
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-14/+13
2015-08-24Prepare for gnulib updatePedro Alves1-1/+1
2015-08-06gdbserver/tracepoint.c: make exported IPA global int instead of enumPedro Alves1-1/+4
2015-08-06Remove required field in agent's symbolsPierre Langlois1-1/+0
2015-06-24Remove redundant include directives.Gary Benson1-2/+0
2015-03-20constify gdbserver/tracepoint.cPedro Alves1-1/+2
2015-03-09gdbserver/tracepoint: Add 'struct sockaddr_un *' -> 'struct sockaddr *' castPedro Alves1-1/+1
2015-03-09Revert union gdb_sockaddr_uPedro Alves1-9/+10
2015-03-07Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violationsPedro Alves1-10/+9
2015-03-06New common function "startswith"Gary Benson1-35/+28
2015-02-27Make functions and variables exported by the IPA be extern "C"Pedro Alves1-99/+87
2015-02-10gdbserver: Fix crash when QTinit is handled with no inferior process attachedAntoine Tremblay1-0/+7
2015-01-09[gdbserver] linux-low.c: better starvation avoidance, handle non-stop mode tooPedro Alves1-5/+0
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson1-7/+7
2014-08-28Convert fatal to perror_with_name in IPA codeGary Benson1-6/+4
2014-08-28Straightforward fatal to internal_error conversionsGary Benson1-26/+62
2014-08-07Move stddef.h to common-defs.hGary Benson1-1/+0
2014-08-07Move stdlib.h to common-defs.hGary Benson1-1/+0
2014-02-19Replace code accessing list implementation details with API calls.Doug Evans1-10/+14
2014-02-12replace unhexify with hex2binTom Tromey1-5/+5
2014-02-12replace convert_int_to_ascii with bin2hexTom Tromey1-5/+5
2014-02-12replace hexify with bin2hexTom Tromey1-3/+3
2014-02-12move some rsp bits into rsp-low.hTom Tromey1-0/+1
2014-01-22 New gdbserver option --debug-format=timestamp.Doug Evans1-1/+16
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-10-16There were two functions who were calling "sizeof" twice.Sergio Durigan Junior1-1/+1
2013-09-05[gdbserver] Split a new tracepoint.h file out of server.h.Pedro Alves1-0/+1
2013-09-02[gdbserver] Fix trace-buffer-size.exp FAILs.Pedro Alves1-4/+13