]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/dtrace-probe.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / dtrace-probe.c
2020-05-19  Alan ModraUse bfd_get_filename throughout gdb
2020-04-18  Tom TromeyChange get_objfile_arch to a method on objfile
2020-01-23  Simon Marchigdb: introduce objfile text_section_offset and data_sec...
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-08  Tom TromeyChange section_offsets to a std::vector
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-10-15  Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-09-02  Alan HaywardUse gdbarch for probe::get_argument_count
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-17  Paul PluzhnikovPR gdb/24364: Don't call dtrace_process_dof with NULL...
2019-05-08  Tom TromeyConvert probes to type-safe registry API
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-04-05  Tom TromeyMake base class for parser_state
2019-04-05  Tom TromeyRemove parser_state "initial_size" parameter
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-21  Dave MurphyFix compile error with clang 3.8
2018-07-03  Tom TromeyRemove ptid_equal
2018-05-23  Tom TromeyRemove symfile_complaints
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-31  Tom TromeyC++-ify parser_state
2017-12-08  Sergio Durigan JuniorFix thinko on dtrace-probe.c:dtrace_process_dof_probe
2017-11-24  Philipp RudoWorkaround build bug with GCC 6.2.1
2017-11-23  Sergio Durigan JuniorConvert DTrace probe interface to C++ (and perform...
2017-09-27  Tom TromeyConstify info_probes_dtrace_command
2017-09-12  Simon Marchiprobe: Replace VEC(probe_ops_cp) with std::vector
2017-09-12  Simon MarchiMake probe_ops::get_probes fill an std::vector
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-06-25  Simon Marchidtrace-probe: Put semicolon after while on its own...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-24  John BaldwinDo not use std::move when assigning an anonymous object...
2016-11-15  Pedro Alvesgdb::{unique_ptr,move} -> std::{unique_ptr,move}
2016-11-08  Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-07  Joel Brobeckerignore invalid DOF provider sections
2015-03-27  Joel BrobeckerInitialize EXPR in dtrace-probe::dtrace_process_dof_probe
2015-03-26  Joel Brobeckerdtrace-probe: Handle error while parsing probe argument.
2015-02-27  Pedro AlvesMore redefinition errors in C++ mode
2015-02-19  Steve Ellcey2015-02-19 Steve Ellcey <sellcey@imgtec.com>
2015-02-17  Jose E. MarchesiNew probe type: DTrace USDT probes.