Age | Commit message (Expand) | Author | Files | Lines |
2016-03-02 | [OBV] gdbserver: Only write ipa_tdesc_idx if agent is actually loaded. | Marcin Kościelnicki | 1 | -4/+7 |
2016-02-25 | [PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA. | Marcin Kościelnicki | 1 | -6/+19 |
2016-02-12 | gdb.trace: Deduplicate write_inferior_data_ptr. | Marcin Kościelnicki | 1 | -53/+41 |
2016-02-11 | gdbserver: Remove tracepoint_action ops. | Wei-cheng Wang | 1 | -69/+50 |
2016-01-22 | gdb.trace: Fix write_inferior_data_ptr on 32-bit big-endian machines. | Marcin Kościelnicki | 1 | -3/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-29 | gdbserver/tracepoint: Add casts out of tpoint->handle | Pedro Alves | 1 | -2/+12 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -3/+3 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -30/+31 |
2015-09-21 | [gdbserver] Remove unused max_jump_pad_size | Yao Qi | 1 | -3/+0 |
2015-09-16 | Fix argument to compiled_cond, and add cases for compiled-condition. | Wei-cheng Wang | 1 | -2/+5 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -14/+13 |
2015-08-24 | Prepare for gnulib update | Pedro Alves | 1 | -1/+1 |
2015-08-06 | gdbserver/tracepoint.c: make exported IPA global int instead of enum | Pedro Alves | 1 | -1/+4 |
2015-08-06 | Remove required field in agent's symbols | Pierre Langlois | 1 | -1/+0 |
2015-06-24 | Remove redundant include directives. | Gary Benson | 1 | -2/+0 |
2015-03-20 | constify gdbserver/tracepoint.c | Pedro Alves | 1 | -1/+2 |
2015-03-09 | gdbserver/tracepoint: Add 'struct sockaddr_un *' -> 'struct sockaddr *' cast | Pedro Alves | 1 | -1/+1 |
2015-03-09 | Revert union gdb_sockaddr_u | Pedro Alves | 1 | -9/+10 |
2015-03-07 | Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violations | Pedro Alves | 1 | -10/+9 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -35/+28 |
2015-02-27 | Make functions and variables exported by the IPA be extern "C" | Pedro Alves | 1 | -99/+87 |
2015-02-10 | gdbserver: Fix crash when QTinit is handled with no inferior process attached | Antoine Tremblay | 1 | -0/+7 |
2015-01-09 | [gdbserver] linux-low.c: better starvation avoidance, handle non-stop mode too | Pedro Alves | 1 | -5/+0 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-09-16 | Rename current_inferior as current_thread in gdbserver | Gary Benson | 1 | -7/+7 |
2014-08-28 | Convert fatal to perror_with_name in IPA code | Gary Benson | 1 | -6/+4 |
2014-08-28 | Straightforward fatal to internal_error conversions | Gary Benson | 1 | -26/+62 |
2014-08-07 | Move stddef.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Move stdlib.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-02-19 | Replace code accessing list implementation details with API calls. | Doug Evans | 1 | -10/+14 |
2014-02-12 | replace unhexify with hex2bin | Tom Tromey | 1 | -5/+5 |
2014-02-12 | replace convert_int_to_ascii with bin2hex | Tom Tromey | 1 | -5/+5 |
2014-02-12 | replace hexify with bin2hex | Tom Tromey | 1 | -3/+3 |
2014-02-12 | move some rsp bits into rsp-low.h | Tom Tromey | 1 | -0/+1 |
2014-01-22 | New gdbserver option --debug-format=timestamp. | Doug Evans | 1 | -1/+16 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-10-16 | There were two functions who were calling "sizeof" twice. | Sergio Durigan Junior | 1 | -1/+1 |
2013-09-05 | [gdbserver] Split a new tracepoint.h file out of server.h. | Pedro Alves | 1 | -0/+1 |
2013-09-02 | [gdbserver] Fix trace-buffer-size.exp FAILs. | Pedro Alves | 1 | -4/+13 |
2013-06-26 | Fix trace status to output username without trailing colon. | Dmitry Kozlov | 1 | -1/+1 |
2013-06-26 | Fix trace-status to output proper start-time and stop-time. | Dmitry Kozlov | 1 | -1/+2 |
2013-06-26 | gdb/ | Yao Qi | 1 | -0/+7 |
2013-06-07 | [GDBserver] Multi-process + multi-arch | Pedro Alves | 1 | -12/+23 |
2013-05-03 | 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com> | Hafiz Abid Qadeer | 1 | -0/+2 |
2013-03-14 | 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -1/+1 |
2013-03-13 | * tracepoint.c (tfile_get_trace_state_variable_value): Look for | Yao Qi | 1 | -5/+8 |
2013-03-08 | 2012-03-08 Stan Shebs <stan@codesourcery.com> | Hafiz Abid Qadeer | 1 | -6/+50 |
2013-03-07 | gdb/gdbserver/ | Yao Qi | 1 | -8/+8 |
2013-02-28 | gdb/gdbserver/ | Yao Qi | 1 | -1/+1 |