Convert generic probe interface to C++ (and perform some cleanups)
[external/binutils.git] / gdb / tracepoint.c
2017-11-23 Sergio Durigan JuniorConvert generic probe interface to C++ (and perform...
2017-11-09 Simon MarchiMake encode_actions_rsp use std::vector
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-07 Tom TromeyConstify add_info
2017-11-07 Tom TromeyConstify add_com
2017-10-31 Simon Marchitracepoint: Remove unnecessary const_cast
2017-10-16 Simon MarchiGet rid of VEC(mem_range_s)
2017-10-16 Simon MarchiFix GDB build without expat
2017-10-14 Simon MarchiMake to_traceframe_info return a unique_ptr
2017-10-14 Simon MarchiUse std::vector for traceframe_info::memory
2017-10-14 Simon MarchiUse std::vector for traceframe_info::tvars
2017-10-14 Simon MarchiRename traceframe_info variable to current_traceframe_info
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-09-30 Tom TromeyRemove some cleanups from tracepoint.c
2017-09-29 Pedro AlvesConstify unpack_varlen_hex & fix fallout
2017-09-27 Tom TromeyConstify some commands in tracepoint.c
2017-09-27 Tom TromeyConstify some linespec functions
2017-09-27 Tom TromeyAdd add_cmd function overloads
2017-09-11 Tom TromeyRename _const functions to use overloading instead
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesKill init_sal
2017-09-04 Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-08-22 Simon MarchiRename some command functions
2017-08-03 Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-08-03 Tom TromeyIntroduce and use ui_out_emit_table
2017-06-02 Simon MarchiC++ify breakpoint class hierarchy (destructors only)
2017-05-04 Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-04-22 Tom TromeyUse ui_out_emit_tuple in tracepoint.c
2017-04-12 Tom TromeyIntroduce command_line_up
2017-04-12 Tom TromeyIntroduce event_location_up
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-04-05 Pedro Alves-Wwrite-strings: Don't initialize string command variab...
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-12-02 Simon MarchiRename some trace functions
2016-11-17 Pedro Alvesgdb/tracepoint.c: Don't use printf_vma
2016-11-09 Pedro Alvesagent_expr_up: gdb::unique_ptr -> std::unique_ptr
2016-11-09 Pedro Alvesgdb: Use vector::emplace_back
2016-11-08 Pedro Alves'struct agent_expr *' -> unique_ptr<agent_expr>
2016-11-08 Pedro AlvesClean up tracepoint.h/c:collection_list
2016-11-08 Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-10-13 Tom TromeyRemove unnecessary null_cleanup
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-02-11 Antoine TremblayUse the target architecture when encoding tracepoint...
2016-01-19 Pedro AlvesLimit breakpoint re-set to the current program space
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-26 Simon MarchiFix cast of xml_find_attribute's return value
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-12 Keith SeitzExplicit locations: use new location API
2015-03-06 Gary BensonNew common function "startswith"
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23 Doug EvansReplace some symbol accessor macros with functions.
2014-11-18 Doug EvansUse SYMBOL_OBJFILE more.
2014-10-14 Sergio Durigan JuniorOnly call {set,clear}_semaphore probe function if they...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-06-18 Tom Tromeyconstify struct block in some places
2014-03-22 Yao QiRemove target_read_live_memory
2014-03-06 Yao QiRemove argument optional_p from get_tracepoint_by_number
2014-03-06 Yao QiFix PR16508
2014-03-03 Tom Tromeychange probes to be program-space-independent
2014-02-26 Tom Tromeystart change to progspace independence
2014-02-26 Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26 Tom Tromeychange minsym representation
2014-02-23 Yao QiMove tfile target to tracefile-tfile.c
2014-02-23 Yao QiMove trace file writer out of tracepoint.c
2014-02-19 Tom TromeyAdd target_ops argument to to_traceframe_info
2014-02-19 Tom TromeyAdd target_ops argument to to_get_trace_state_variable_...
2014-02-19 Tom TromeyAdd target_ops argument to to_trace_find
2014-02-19 Tom TromeyAdd target_ops argument to to_get_tracepoint_status
2014-02-19 Tom TromeyAdd target_ops argument to to_get_trace_status
2014-02-19 Tom TromeyAdd target_ops argument to to_close
2014-02-12 Tom Tromeydon't let bin2hex call strlen
2014-02-12 Tom Tromeymove some rsp bits into rsp-low.h
2014-02-11 Yao QiReturn target_xfer_status in to_xfer_partial
2014-02-07 Yao QiReplace -1 with TARGET_XFER_E_IO
2014-02-05 Yao QiCreate inferior for tfile target
2014-01-14 Yao QiChange to_xfer_partial 'len' type to ULONGEST.
2014-01-13 Pedro Alvestfile: Don't infer the PC from the tracepoint if the...
2014-01-07 Honggyu KimRemove duplicated #include's from GDB
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-20 Yao QiMove target-dcache out of target.c
2013-11-18 Tom Tromeyremove gdb_string.h
2013-10-25 Yao QiRemove global traceframe_fun and traceframe_sal
2013-09-17 Pedro AlvesPR gdb/15911: "info threads" changes the default source...
2013-08-09 Pedro Alvestsave: Make tilde-expanded filename visible.
2013-07-31 Yao Qigdb/
2013-07-25 Tom Tromeyremove pop_target
2013-07-01 Pedro AlvesRely on gnulib's unistd.h replacement.
2013-06-28 Tom Tromey * tracepoint.c (deprecated_readline_begin_hook)
2013-06-26 Dmitry Kozlov Extend tsave to save starttime, stoptime.
2013-06-26 Dmitry Kozlov Fix trace-status to output proper start-time and stop...
2013-06-26 Yao Qigdb/
2013-06-26 Yao Qigdb/
2013-06-26 Yao Qigdb/
2013-06-26 Yao Qigdb/
next