aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi1-10/+10
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-4/+2
2017-04-22Use ui_out_emit_tuple in tracepoint.cTom Tromey1-26/+16
2017-04-12Introduce command_line_upTom Tromey1-10/+7
2017-04-12Introduce event_location_upTom Tromey1-7/+4
2017-04-05-Wwrite-strings: The RestPedro Alves1-8/+14
2017-04-05-Wwrite-strings: Don't initialize string command variables to empty stringPedro Alves1-1/+1
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-4/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-73/+73
2016-12-02Rename some trace functionsSimon Marchi1-44/+44
2016-11-17gdb/tracepoint.c: Don't use printf_vmaPedro Alves1-32/+28
2016-11-09agent_expr_up: gdb::unique_ptr -> std::unique_ptrPedro Alves1-11/+5
2016-11-09gdb: Use vector::emplace_backPedro Alves1-1/+1
2016-11-08'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves1-66/+41
2016-11-08Clean up tracepoint.h/c:collection_listPedro Alves1-237/+161
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-28/+19
2016-10-12Remove unnecessary null_cleanupTom Tromey1-3/+1
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-2/+3
2016-05-07remove trivialy unused variablesTrevor Saunders1-6/+0
2016-02-11Use the target architecture when encoding tracepoint actionsAntoine Tremblay1-6/+6
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-26Fix cast of xml_find_attribute's return valueSimon Marchi1-2/+2
2015-09-25Add some more casts (2/2)Simon Marchi1-12/+19
2015-09-25Add casts to memory allocation related callsSimon Marchi1-19/+17
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-9/+10
2015-08-11Explicit locations: use new location APIKeith Seitz1-3/+13
2015-03-06New common function "startswith"Gary Benson1-3/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-1/+1
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans1-1/+1
2014-10-14Only call {set,clear}_semaphore probe function if they are not NULLSergio Durigan Junior1-2/+4
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
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