Remove path name from test case
[binutils-gdb.git] / gdb / tracepoint.c
2023-10-10 Simon Marchigdb: remove target_gdbarch
2023-09-19 Tom TromeyUse gdb::checked_static_cast for tracepoints
2023-06-20 Tom TromeyUse std::vector<bool> for agent_expr::reg_mask
2023-06-20 Tom TromeyUse gdb::byte_vector in agent_expr
2023-06-20 Tom TromeyRemove mem2hex
2023-05-30 Simon Marchigdb: add interp::on_breakpoint_modified method
2023-05-30 Simon Marchigdb: add interp::on_tsv_modified method
2023-05-30 Simon Marchigdb: add interp::on_tsv_deleted method
2023-05-30 Simon Marchigdb: add interp::on_tsv_created method
2023-05-30 Simon Marchigdb: add interp::on_traceframe_changed method
2023-05-25 Simon Marchigdb: remove breakpoint_pointer_iterator
2023-05-25 Simon Marchigdb: remove bp_location_pointer_iterator
2023-05-25 Simon Marchigdb: use intrusive_list for breakpoint locations
2023-05-25 Simon Marchigdb: add breakpoint::first_loc methods
2023-05-25 Simon Marchigdb: add breakpoint "has locations" methods
2023-05-23 Tom TromeyIntroduce and use parser flags
2023-05-01 Tom TromeyRemove evaluate_expression
2023-02-19 Tom TromeyRemove ALL_BLOCK_SYMBOLS
2023-02-13 Tom TromeyTurn some value_contents functions into methods
2023-02-13 Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13 Tom TromeyTurn value_address and set_value_address functions...
2023-01-19 Andrew BurgessGDB: Add a character string limiting option
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 BrobeckerCopyright Year update after running gdb/copyright.py
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
next