]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/gdbserver/tracepoint.c
Replace write_inferior_memory with target_write_memory
[thirdparty/binutils-gdb.git] / gdb / gdbserver / tracepoint.c
2019-08-15  Tom TromeyReplace write_inferior_memory with target_write_memory
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-10  Tom TromeyRemove newlines from warnings
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-21  Tom TromeyRemove duplicate or commented-out #includes
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-08-28  Simon MarchiGet rid of -Wodr warning (PR build/23399)
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-06-04  Stan CoxAdd client_state struct.
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-14  Simon Marchigdbserver: use std::list for all_threads
2017-09-29  Pedro AlvesConstify unpack_varlen_hex & fix fallout
2017-09-15  Simon Marchigdbserver: Remove duplicate functions to find any threa...
2017-07-26  Simon MarchiAdd enum for result of fast_tracepoint_collecting
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-23  Pedro Alvesgdb: Use C++11 std::chrono
2016-10-05  Tom TromeyPR remote/20655 - small fix in handle_tracepoint_bkpts
2016-04-28  Par OlssonFix write endianness/size problem for fast tracepoint...
2016-04-05  Marcin KościelnickiIPA: Move getauxval out of #ifndef IN_PROCESS_AGENT
2016-03-31  Marcin Kościelnickigdbserver: Fix C++ build errors in tracepoint.c
2016-03-31  Marcin KościelnickiIPA: Add alloc_jump_pad_buffer target hook.
2016-03-30  Marcin Kościelnickigdbserver/IPA: Export some functions via global functio...
2016-03-30  Simon Marchigdbserver/tracepoint.c: Remove whitespace
2016-03-02  Marcin Kościelnicki[OBV] gdbserver: Only write ipa_tdesc_idx if agent...
2016-02-25  Marcin Kościelnicki[PR gdb/13808] gdb.trace: Pass tdesc selected in gdbser...
2016-02-12  Marcin Kościelnickigdb.trace: Deduplicate write_inferior_data_ptr.
2016-02-11  Wei-cheng Wanggdbserver: Remove tracepoint_action ops.
2016-01-22  Marcin Kościelnickigdb.trace: Fix write_inferior_data_ptr on 32-bit big...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-29  Pedro Alvesgdbserver/tracepoint: Add casts out of tpoint->handle
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-21  Yao Qi[gdbserver] Remove unused max_jump_pad_size
2015-09-16  Wei-cheng WangFix argument to compiled_cond, and add cases for compil...
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-24  Pedro AlvesPrepare for gnulib update
2015-08-06  Pedro Alvesgdbserver/tracepoint.c: make exported IPA global int...
2015-08-06  Pierre LangloisRemove required field in agent's symbols
2015-06-24  Gary BensonRemove redundant include directives.
2015-03-20  Pedro Alvesconstify gdbserver/tracepoint.c
2015-03-09  Pedro Alvesgdbserver/tracepoint: Add 'struct sockaddr_un *' -...
2015-03-09  Pedro AlvesRevert union gdb_sockaddr_u
2015-03-07  Pedro AlvesFix struct sockaddr/sockaddr_in/sockaddr_un strict...
2015-03-06  Gary BensonNew common function "startswith"
2015-02-27  Pedro AlvesMake functions and variables exported by the IPA be...
2015-02-10  Antoine Tremblaygdbserver: Fix crash when QTinit is handled with no...
2015-01-09  Pedro Alves[gdbserver] linux-low.c: better starvation avoidance...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-09-16  Gary BensonRename current_inferior as current_thread in gdbserver
2014-08-28  Gary BensonConvert fatal to perror_with_name in IPA code
2014-08-28  Gary BensonStraightforward fatal to internal_error conversions
2014-08-07  Gary BensonMove stddef.h to common-defs.h
2014-08-07  Gary BensonMove stdlib.h to common-defs.h
2014-02-19  Doug EvansReplace code accessing list implementation details...
2014-02-12  Tom Tromeyreplace unhexify with hex2bin
2014-02-12  Tom Tromeyreplace convert_int_to_ascii with bin2hex
2014-02-12  Tom Tromeyreplace hexify with bin2hex
2014-02-12  Tom Tromeymove some rsp bits into rsp-low.h
2014-01-22  Doug Evans New gdbserver option --debug-format=timestamp.
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-10-16  Sergio Durigan JuniorThere were two functions who were calling "sizeof"...
2013-09-05  Pedro Alves[gdbserver] Split a new tracepoint.h file out of server.h.
2013-09-02  Pedro Alves[gdbserver] Fix trace-buffer-size.exp FAILs.
2013-06-26  Dmitry Kozlov Fix trace status to output username without trailing...
2013-06-26  Dmitry Kozlov Fix trace-status to output proper start-time and stop...
2013-06-26  Yao Qigdb/
2013-06-07  Pedro Alves[GDBserver] Multi-process + multi-arch
2013-05-03  Hafiz Abid Qadeer2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery...
2013-03-14  Sergio Durigan Junior2013-03-14 Sergio Durigan Junior <sergiodj@redhat...
2013-03-13  Yao Qi * tracepoint.c (tfile_get_trace_state_variable_value...
2013-03-08  Hafiz Abid Qadeer2012-03-08 Stan Shebs <stan@codesourcery.com>
2013-03-07  Yao Qigdb/gdbserver/
2013-02-28  Yao Qigdb/gdbserver/
2013-02-26  Yao Qigdb/gdbserver/
2013-02-14  Pedro Alvesgdbserver: QTNotes, plug memory leak.
2013-02-14  Pedro AlvesMove savestring to common/common-utils.c, make gdbserve...
2013-01-18  Yao Qigdb/gdbserver:
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-09  Yao Qigdb/gdbserver:
2012-09-04  Yao Qigdb/gdbserver/
2012-08-28  Yao Qigdb/gdbserver/
2012-07-27  Yao Qigdb/gdbserver/
2012-04-29  Yao Qigdb/gdbserver:
2012-04-16  Yao Qigdb/gdbserver/
2012-04-16  Yao Qigdb/
2012-04-16  Yao Qigdb/gdbserver/
2012-04-14  Yao Qigdb/gdbserver/
2012-04-14  Yao Qigdb/gdbserver/
2012-03-15  Yao Qigdb/gdbserver/
2012-03-15  Yao Qigdb/gdbserver/
2012-03-09  Yao Qi2012-03-08 Yao Qi <yao@codesourcery.com>
2012-03-03  Yao Qigdb:
2012-03-03  Yao Qigdb:
2012-03-03  Yao Qigdb:
2012-03-03  Yao Qigdb:
2012-03-02  Yao Qigdb/gdbserver:
2012-03-02  Yao Qigdb/gdbserver:
2012-02-24  Luis Machado2012-02-24 Luis Machado <lgustavo@codesourcery>
2012-02-24  Pedro Alves2012-02-24 Pedro Alves <palves@redhat.com>
2012-02-02  Pedro Alvesgdbserver/
next