summaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
Commit message (Expand)AuthorAgeFilesLines
* Use the target architecture when encoding tracepoint actionsAntoine Tremblay2016-02-111-6/+6
* Limit breakpoint re-set to the current program spacePedro Alves2016-01-191-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Fix cast of xml_find_attribute's return valueSimon Marchi2015-09-261-2/+2
* Add some more casts (2/2)Simon Marchi2015-09-251-12/+19
* Add casts to memory allocation related callsSimon Marchi2015-09-251-19/+17
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-9/+10
* Explicit locations: use new location APIKeith Seitz2015-08-111-3/+13
* New common function "startswith"Gary Benson2015-03-061-3/+3
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-1/+1
* Use SYMBOL_OBJFILE more.Doug Evans2014-11-181-1/+1
* Only call {set,clear}_semaphore probe function if they are not NULLSergio Durigan Junior2014-10-141-2/+4
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* constify struct block in some placesTom Tromey2014-06-181-2/+2
* Remove target_read_live_memoryYao Qi2014-03-221-15/+0
* Remove argument optional_p from get_tracepoint_by_numberYao Qi2014-03-061-1/+1
* Fix PR16508Yao Qi2014-03-061-15/+14
* change probes to be program-space-independentTom Tromey2014-03-031-4/+8
* start change to progspace independenceTom Tromey2014-02-261-1/+1
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-3/+3
* change minsym representationTom Tromey2014-02-261-1/+1
* Move tfile target to tracefile-tfile.cYao Qi2014-02-231-815/+0
* Move trace file writer out of tracepoint.cYao Qi2014-02-231-670/+4
* Add target_ops argument to to_traceframe_infoTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_get_trace_state_variable_valueTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_trace_findTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_get_tracepoint_statusTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_get_trace_statusTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_closeTom Tromey2014-02-191-1/+1
* don't let bin2hex call strlenTom Tromey2014-02-121-5/+5
* move some rsp bits into rsp-low.hTom Tromey2014-02-121-0/+1
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-6/+8
* Replace -1 with TARGET_XFER_E_IOYao Qi2014-02-071-2/+2
* Create inferior for tfile targetYao Qi2014-02-051-0/+19
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-1/+1
* tfile: Don't infer the PC from the tracepoint if the PC is a pseudo-register.Pedro Alves2014-01-131-1/+11
* Remove duplicated #include's from GDBHonggyu Kim2014-01-071-2/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Move target-dcache out of target.cYao Qi2013-11-201-0/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Remove global traceframe_fun and traceframe_salYao Qi2013-10-251-6/+2
* PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves2013-09-171-1/+1
* tsave: Make tilde-expanded filename visible.Pedro Alves2013-08-091-1/+1
* gdb/Yao Qi2013-07-311-0/+6
* remove pop_targetTom Tromey2013-07-251-2/+2
* Rely on gnulib's unistd.h replacement.Pedro Alves2013-07-011-2/+0
* * tracepoint.c (deprecated_readline_begin_hook)Tom Tromey2013-06-281-4/+0
* Extend tsave to save starttime, stoptime.Dmitry Kozlov2013-06-261-0/+10