Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-15 | Add expected type parameter to evaluate_expression | Tom Tromey | 1 | -3/+1 |
2020-12-15 | Introduce expression::first_opcode | Tom Tromey | 1 | -1/+1 |
2020-12-14 | Do not manually dissect OP_TYPE operations | Tom Tromey | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -5/+5 |
2020-05-20 | Use bfd_get_filename throughout gdb | Alan Modra | 1 | -1/+1 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -1/+1 |
2020-01-23 | gdb: introduce objfile text_section_offset and data_section_offset methods | Simon Marchi | 1 | -2/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-08 | Change section_offsets to a std::vector | Tom Tromey | 1 | -2/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 1 | -1/+0 |
2019-09-02 | Use gdbarch for probe::get_argument_count | Alan Hayward | 1 | -2/+2 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-06-17 | PR gdb/24364: Don't call dtrace_process_dof with NULL dof. | Paul Pluzhnikov | 1 | -4/+5 |
2019-05-08 | Convert probes to type-safe registry API | Tom Tromey | 1 | -6/+8 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -10/+8 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -8/+10 |
2019-04-04 | Make base class for parser_state | Tom Tromey | 1 | -9/+8 |
2019-04-04 | Remove parser_state "initial_size" parameter | Tom Tromey | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-21 | Fix compile error with clang 3.8 | Dave Murphy | 1 | -1/+1 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -2/+2 |
2018-05-23 | Remove symfile_complaints | Tom Tromey | 1 | -4/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-30 | C++-ify parser_state | Tom Tromey | 1 | -9/+2 |
2017-12-08 | Fix thinko on dtrace-probe.c:dtrace_process_dof_probe | Sergio Durigan Junior | 1 | -5/+4 |
2017-11-24 | Workaround build bug with GCC 6.2.1 | Philipp Rudo | 1 | -4/+4 |
2017-11-22 | Convert DTrace probe interface to C++ (and perform some cleanups) | Sergio Durigan Junior | 1 | -276/+274 |
2017-09-27 | Constify info_probes_dtrace_command | Tom Tromey | 1 | -1/+1 |
2017-09-12 | probe: Replace VEC(probe_ops_cp) with std::vector | Simon Marchi | 1 | -1/+1 |
2017-09-12 | Make probe_ops::get_probes fill an std::vector | Simon Marchi | 1 | -4/+5 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-06-25 | dtrace-probe: Put semicolon after while on its own line | Simon Marchi | 1 | -1/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-24 | Do not use std::move when assigning an anonymous object to a unique_ptr. | John Baldwin | 1 | -2/+1 |
2016-11-15 | gdb::{unique_ptr,move} -> std::{unique_ptr,move} | Pedro Alves | 1 | -1/+1 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -3/+3 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -2/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+2 |
2015-08-07 | ignore invalid DOF provider sections | Joel Brobecker | 1 | -0/+8 |
2015-03-27 | Initialize EXPR in dtrace-probe::dtrace_process_dof_probe | Joel Brobecker | 1 | -1/+1 |
2015-03-26 | dtrace-probe: Handle error while parsing probe argument. | Joel Brobecker | 1 | -2/+12 |
2015-02-27 | More redefinition errors in C++ mode | Pedro Alves | 1 | -2/+2 |
2015-02-19 | 2015-02-19 Steve Ellcey <sellcey@imgtec.com> | Steve Ellcey | 1 | -3/+7 |