]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/tracepoint.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / tracepoint.c
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10  Tom TromeyChange GDB to use frame_info_ptr
2022-10-10  Tom TromeyRemove frame_id_eq
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-12  Tom TromeyUse checked_static_cast in more places
2022-06-17  Pedro Alvesevent_location -> location_spec
2022-04-28  Simon Marchigdb: remove BLOCK_ENTRY_PC macro
2022-04-28  Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-04-28  Simon Marchigdb: remove BLOCK_FUNCTION macro
2022-04-20  Tom TromeyReplace symbol_arch with symbol::arch
2022-04-11  Simon Marchigdb: remove symbol value macros
2022-03-29  Tom TromeyRemove two unused hooks
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-15  Tom TromeyDo not capture updated 'pc' in add_local_symbols
2022-03-06  Tom TromeyUse function view when iterating over block symbols
2022-03-06  Simon Marchigdb: remove internalvar_funcs::destroy
2022-02-06  Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06  Simon Marchigdb: remove SYMBOL_IS_ARGUMENT macro
2022-02-06  Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-01-31  Simon Marchigdb: fix some clang-tidy readability-misleading-indenta...
2022-01-26  Tom TromeyAlways call the wrap_here method
2022-01-26  Tom TromeyConvert wrap_here to use integer parameter
2022-01-25  Tom TromeyReduce explicit use of gdb_stdout
2022-01-18  Tom TromeyMove gdb_argv to gdbsupport
2022-01-05  Tom TromeyUse filtered output in ordinary commands
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-11-18  Simon Marchigdbsupport: make gdb_assert_not_reached accept a format...
2021-11-16  Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-10-20  Tom TromeyUse unique_xmalloc_ptr in breakpoint
2021-10-03  Simon Marchigdb: make string-like set show commands use std::string...
2021-07-23  Simon Marchigdb: rename cfunc to simple_func
2021-05-27  Simon Marchigdb: fix tab after space indentation issues
2021-05-27  Simon Marchigdb: fix some indentation issues
2021-05-27  Simon Marchigdb: add breakpoint::locations method
2021-05-27  Simon Marchigdb: add all_tracepoints function
2021-05-27  Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-27  Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-19  Marco Barisionegdb: Pass std::strings to ui_out::field_string () where...
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-03-24  Simon Marchigdb: remove current_top_target function
2021-03-08  Tom TromeyRemove union exp_element
2021-03-08  Tom TromeyAdd an expr::operation_up to struct expression
2021-01-21  Simon Marchigdb: make some variables static
2021-01-09  Tom TromeyRemove a use of print_expression
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-16  Tom TromeyIntroduce expression::first_opcode
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-06-22  Philippe Waroquiersdefault-args: allow to define default arguments for...
2020-05-15  Philippe WaroquiersEnsure class_alias is only used for user-defined aliases.
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-07  Weimin PanRenaming of ctf (the trace format) files
2019-10-01  Tom TromeyIntroduce metadata style
2019-10-01  Tom TromeyRemove the ui_out_style_kind enum
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-08-13  Tom TromeyDon't include readline headers from tracepoint.c
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-17  Tom TromeyRename field_int to field_signed
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-11  Tom TromeyRemove trailing newlines from help text
2019-03-29  Keith SeitzAllow really large fortran array bounds: TYPE_LENGTH...
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-10  Pedro AlvesFix tracepoint.c:parse_tracepoint_definition leak ...
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28  Tom TromeyAdd output styles to gdb
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-09-17  Simon Marchipython: Make gdb.execute("show commands") work (PR...
2018-09-16  Tom TromeyUse GNU style for metasyntactic variables in gdb
2018-08-23  Kevin BuettnerUse BLOCK_ENTRY_PC in place of most uses of BLOCK_START
2018-08-06  Pedro Franco de... Variable size for regs mask in collection list
2018-08-06  Pedro Franco de... Use remote register numbers in tracepoint mask
2018-07-22  Tom TromeySimple unused variable removals
2018-07-04  Tom TromeyRemove VEC from breakpoint
2018-06-07  Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-24  Tom TromeyUpdate help text in tracepoint.c
2018-05-21  Tom TromeyRemove output_command_const
2018-05-21  Tom TromeyRemove a cleanup from trace_dump_actions
2018-05-04  Tom TromeyUse function_view in cli-script.c
2018-05-04  Tom TromeyConstify prompt argument to read_command_lines
2018-05-04  Tom TromeyUse counted_command_line everywhere
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-04-30  Tom TromeyRemove a use of is_mi_like_p from tracepoint.c
2018-04-09  Simon MarchiRemove VEC(tsv_s), use std::vector instead
2018-04-07  Simon MarchiReplace make_cleanup_restore_current_traceframe with...
2018-04-07  Simon MarchiMake target_read_alloc & al return vectors
2018-04-01  Simon MarchiRemove char_ptr typedef
2018-03-30  Simon MarchiUse std::vector in uploaded_tp
2018-03-22  Simon MarchiGet rid of VEC(static_tracepoint_marker_p)
2018-03-22  Simon MarchiMake parse_static_tracepoint_marker_definition work...
2018-03-19  Tom TromeyConvert observers to C++
2018-01-07  Simon MarchiReplace VEC(gdb_xml_value_s) with std::vector
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-11-23  Sergio Durigan JuniorConvert generic probe interface to C++ (and perform...
2017-11-09  Simon MarchiMake encode_actions_rsp use std::vector
next