aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
AgeCommit message (Expand)Author
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves
2017-04-22Use ui_out_emit_tuple in tracepoint.cTom Tromey
2017-04-12Introduce command_line_upTom Tromey
2017-04-12Introduce event_location_upTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Don't initialize string command variables to empty stringPedro Alves
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-12-02Rename some trace functionsSimon Marchi
2016-11-17gdb/tracepoint.c: Don't use printf_vmaPedro Alves
2016-11-09agent_expr_up: gdb::unique_ptr -> std::unique_ptrPedro Alves
2016-11-09gdb: Use vector::emplace_backPedro Alves
2016-11-08'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves
2016-11-08Clean up tracepoint.h/c:collection_listPedro Alves
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-10-12Remove unnecessary null_cleanupTom Tromey
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-02-11Use the target architecture when encoding tracepoint actionsAntoine Tremblay
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-26Fix cast of xml_find_attribute's return valueSimon Marchi
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-11Explicit locations: use new location APIKeith Seitz
2015-03-06New common function "startswith"Gary Benson
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-23Replace some symbol accessor macros with functions.Doug Evans
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans
2014-10-14Only call {set,clear}_semaphore probe function if they are not NULLSergio Durigan Junior
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-06-18constify struct block in some placesTom Tromey
2014-03-22Remove target_read_live_memoryYao Qi
2014-03-06Remove argument optional_p from get_tracepoint_by_numberYao Qi
2014-03-06Fix PR16508Yao Qi
2014-03-03change probes to be program-space-independentTom Tromey
2014-02-26start change to progspace independenceTom Tromey
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey
2014-02-26change minsym representationTom Tromey
2014-02-23Move tfile target to tracefile-tfile.cYao Qi
2014-02-23Move trace file writer out of tracepoint.cYao Qi
2014-02-19Add target_ops argument to to_traceframe_infoTom Tromey
2014-02-19Add target_ops argument to to_get_trace_state_variable_valueTom Tromey
2014-02-19Add target_ops argument to to_trace_findTom Tromey
2014-02-19Add target_ops argument to to_get_tracepoint_statusTom Tromey
2014-02-19Add target_ops argument to to_get_trace_statusTom Tromey