aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-06-18constify struct block in some placesTom Tromey1-2/+2
2014-03-22Remove target_read_live_memoryYao Qi1-15/+0
2014-03-06Remove argument optional_p from get_tracepoint_by_numberYao Qi1-1/+1
2014-03-06Fix PR16508Yao Qi1-15/+14
2014-03-03change probes to be program-space-independentTom Tromey1-4/+8
2014-02-26start change to progspace independenceTom Tromey1-1/+1
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-3/+3
2014-02-26change minsym representationTom Tromey1-1/+1
2014-02-23Move tfile target to tracefile-tfile.cYao Qi1-815/+0
2014-02-23Move trace file writer out of tracepoint.cYao Qi1-670/+4
2014-02-19Add target_ops argument to to_traceframe_infoTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_get_trace_state_variable_valueTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_trace_findTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_get_tracepoint_statusTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_get_trace_statusTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_closeTom Tromey1-1/+1
2014-02-12don't let bin2hex call strlenTom Tromey1-5/+5
2014-02-12move some rsp bits into rsp-low.hTom Tromey1-0/+1
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-6/+8
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-2/+2
2014-02-05Create inferior for tfile targetYao Qi1-0/+19
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-1/+1
2014-01-13tfile: Don't infer the PC from the tracepoint if the PC is a pseudo-register.Pedro Alves1-1/+11
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-2/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-20Move target-dcache out of target.cYao Qi1-0/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-25Remove global traceframe_fun and traceframe_salYao Qi1-6/+2
2013-09-17PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves1-1/+1
2013-08-09tsave: Make tilde-expanded filename visible.Pedro Alves1-1/+1
2013-07-31gdb/Yao Qi1-0/+6
2013-07-25remove pop_targetTom Tromey1-2/+2
2013-07-01Rely on gnulib's unistd.h replacement.Pedro Alves1-2/+0
2013-06-28 * tracepoint.c (deprecated_readline_begin_hook)Tom Tromey1-4/+0
2013-06-26 Extend tsave to save starttime, stoptime.Dmitry Kozlov1-0/+10
2013-06-26 Fix trace-status to output proper start-time and stop-time.Dmitry Kozlov1-12/+12
2013-06-26gdb/Yao Qi1-51/+94
2013-06-26gdb/Yao Qi1-0/+30
2013-06-26gdb/Yao Qi1-29/+47
2013-06-26gdb/Yao Qi1-4/+1
2013-06-26gdb/Yao Qi1-31/+36
2013-06-07gdb/Yao Qi1-7/+14
2013-05-31gdb/Yao Qi1-36/+39
2013-05-30make a cleanup unconditionally in tracepoint.cTom Tromey1-4/+4
2013-05-30gdb/Yao Qi1-7/+6
2013-05-28gdb/Yao Qi1-6/+3
2013-05-24gdb/Yao Qi1-19/+0
2013-04-24 * tracepoint.c (trace_save): Call the writer's start method.Keith Seitz1-0/+2
2013-04-22 PR gdb/7912:Tom Tromey1-4/+3