]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/tracepoint.c
gdb/linux-nat: initialize lwp_info::syscall_state
[thirdparty/binutils-gdb.git] / gdb / tracepoint.c
7 days ago  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
2025-05-02  Tom de Vries[gdbsupport] Reimplement phex and phex_nz as templates
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2024-10-08  Tom de Vries[gdb/contrib] Add more separators in spellcheck.sh
2024-10-06  Tom de Vries[gdb] Fix common misspellings
2024-09-30  Tom TromeyAdd line-number styling
2024-08-12  Simon Marchigdb: add program_space parameter to lookup_minimal_symbol
2024-08-12  Simon Marchigdb: make lookup_minimal_symbol objf and sfile paramete...
2024-08-12  Simon Marchigdb: drop struct keyword when using bound_minimal_symbol
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-04-23  Simon Marchigdb: move a bunch of quit-related things to event-top...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-02-20  Simon Marchigdb: pass frames as `const frame_info_ptr &`
2024-02-04  Tom TromeyUse reference result of emplace_back
2024-01-20  Simon Marchigdb: remove SYMBOL_*_OPS macros
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-11-17  Simon Marchigdb: pass address_space to target dcache functions
2023-11-17  Simon Marchigdb: remove get_current_regcache
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 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
next