summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/tracepoint.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* gdbserver: use std::list for all_threadsSimon Marchi2017-10-141-4/+4
* Constify unpack_varlen_hex & fix falloutPedro Alves2017-09-291-16/+14
* gdbserver: Remove duplicate functions to find any thread of processSimon Marchi2017-09-151-13/+1
* Add enum for result of fast_tracepoint_collectingSimon Marchi2017-07-261-9/+9
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb: Use C++11 std::chronoPedro Alves2016-11-231-6/+4
* PR remote/20655 - small fix in handle_tracepoint_bkptsTom Tromey2016-10-051-1/+1
* Fix write endianness/size problem for fast tracepoint enabled flagPar Olsson2016-04-281-1/+7
* IPA: Move getauxval out of #ifndef IN_PROCESS_AGENTMarcin Kościelnicki2016-04-051-28/+28
* gdbserver: Fix C++ build errors in tracepoint.cMarcin Kościelnicki2016-03-311-5/+5
* IPA: Add alloc_jump_pad_buffer target hook.Marcin Kościelnicki2016-03-311-19/+34
* gdbserver/IPA: Export some functions via global function pointers.Marcin Kościelnicki2016-03-301-18/+65
* gdbserver/tracepoint.c: Remove whitespaceSimon Marchi2016-03-301-1/+1
* [OBV] gdbserver: Only write ipa_tdesc_idx if agent is actually loaded.Marcin Kościelnicki2016-03-021-4/+7
* [PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA.Marcin Kościelnicki2016-02-251-6/+19
* gdb.trace: Deduplicate write_inferior_data_ptr.Marcin Kościelnicki2016-02-121-53/+41
* gdbserver: Remove tracepoint_action ops.Wei-cheng Wang2016-02-111-69/+50
* gdb.trace: Fix write_inferior_data_ptr on 32-bit big-endian machines.Marcin Kościelnicki2016-01-221-3/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdbserver/tracepoint: Add casts out of tpoint->handlePedro Alves2015-10-291-2/+12
* Add some more casts (1/2)Simon Marchi2015-09-251-3/+3
* Add casts to memory allocation related callsSimon Marchi2015-09-251-30/+31
* [gdbserver] Remove unused max_jump_pad_sizeYao Qi2015-09-211-3/+0
* Fix argument to compiled_cond, and add cases for compiled-condition.Wei-cheng Wang2015-09-161-2/+5
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-14/+13
* Prepare for gnulib updatePedro Alves2015-08-241-1/+1
* gdbserver/tracepoint.c: make exported IPA global int instead of enumPedro Alves2015-08-061-1/+4
* Remove required field in agent's symbolsPierre Langlois2015-08-061-1/+0
* Remove redundant include directives.Gary Benson2015-06-241-2/+0
* constify gdbserver/tracepoint.cPedro Alves2015-03-201-1/+2
* gdbserver/tracepoint: Add 'struct sockaddr_un *' -> 'struct sockaddr *' castPedro Alves2015-03-091-1/+1
* Revert union gdb_sockaddr_uPedro Alves2015-03-091-9/+10
* Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violationsPedro Alves2015-03-071-10/+9
* New common function "startswith"Gary Benson2015-03-061-35/+28
* Make functions and variables exported by the IPA be extern "C"Pedro Alves2015-02-271-99/+87
* gdbserver: Fix crash when QTinit is handled with no inferior process attachedAntoine Tremblay2015-02-101-0/+7
* [gdbserver] linux-low.c: better starvation avoidance, handle non-stop mode tooPedro Alves2015-01-091-5/+0
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Rename current_inferior as current_thread in gdbserverGary Benson2014-09-161-7/+7
* Convert fatal to perror_with_name in IPA codeGary Benson2014-08-281-6/+4
* Straightforward fatal to internal_error conversionsGary Benson2014-08-281-26/+62
* Move stddef.h to common-defs.hGary Benson2014-08-071-1/+0
* Move stdlib.h to common-defs.hGary Benson2014-08-071-1/+0
* Replace code accessing list implementation details with API calls.Doug Evans2014-02-191-10/+14
* replace unhexify with hex2binTom Tromey2014-02-121-5/+5
* replace convert_int_to_ascii with bin2hexTom Tromey2014-02-121-5/+5
* replace hexify with bin2hexTom Tromey2014-02-121-3/+3
* move some rsp bits into rsp-low.hTom Tromey2014-02-121-0/+1
* New gdbserver option --debug-format=timestamp.Doug Evans2014-01-221-1/+16