Age | Commit message (Expand) | Author | Files | Lines |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -5/+5 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -7/+7 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-22 | gdb: rename target_waitstatus_to_string to target_waitstatus::to_string | Simon Marchi | 1 | -3/+1 |
2021-07-14 | gdb: pass child_ptid and fork kind to target_ops::follow_fork | Simon Marchi | 1 | -0/+2 |
2021-03-24 | New target methods for memory tagging support | Luis Machado | 1 | -0/+24 |
2021-02-24 | gdb: spread a little 'const' through the target_section_table code | Andrew Burgess | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-10-22 | gdb: remove unused macros from target-debug.h | Simon Marchi | 1 | -16/+0 |
2020-10-22 | gdb: make target_ops::make_corefile_notes return a unique ptr | Simon Marchi | 1 | -0/+2 |
2020-10-12 | Change target_section_table to std::vector alias | Tom Tromey | 1 | -1/+1 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-04-08 | Introduce target_ops method thread_info_to_thread_handle | Kevin Buettner | 1 | -0/+2 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -0/+2 |
2019-01-24 | target_pass_signals/target_program_signals: Use gdb::array_view | Pedro Alves | 1 | -12/+8 |
2019-01-14 | Constify target_pass_signals and target_program_signals | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-07 | Make target_options_to_string return an std::string | Simon Marchi | 1 | -3/+2 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -1/+1 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -0/+2 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -0/+6 |
2018-04-09 | Remove VEC(tsv_s), use std::vector instead | Simon Marchi | 1 | -0/+2 |
2018-03-22 | Get rid of VEC(static_tracepoint_marker_p) | Simon Marchi | 1 | -3/+3 |
2018-03-01 | Propagate record_print_flags | Simon Marchi | 1 | -0/+2 |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 1 | -0/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-06 | target_set_syscall_catchpoint, use gdb::array_view and bool | Pedro Alves | 1 | -0/+4 |
2017-12-03 | Remove mem_region_vector typedef | Simon Marchi | 1 | -1/+1 |
2017-12-03 | Make make-target-delegates grok namespace scope op and template params | Pedro Alves | 1 | -1/+1 |
2017-10-21 | Get rid of VEC (mem_region) | Simon Marchi | 1 | -2/+2 |
2017-10-14 | Make to_traceframe_info return a unique_ptr | Simon Marchi | 1 | -0/+2 |
2017-09-04 | Introduce gdb_disassembly_flags | Pedro Alves | 1 | -0/+2 |
2017-09-03 | Make target_waitstatus_to_string return an std::string | Simon Marchi | 1 | -3/+2 |
2017-02-14 | Add method to query current recording method to target_ops. | Tim Wiederhake | 1 | -0/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-08-10 | Plumb enum remove_bp_reason all the way to target_remove_breakpoint | Pedro Alves | 1 | -0/+2 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-11 | Extended-remote follow-exec | Don Breazeal | 1 | -0/+2 |
2015-08-06 | Add casts for legitimate integer to enum conversions | Simon Marchi | 1 | -1/+4 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -0/+4 |
2015-02-09 | record btrace: add configuration struct | Markus Metzger | 1 | -0/+4 |
2015-02-09 | btrace: add format argument to supports_btrace | Markus Metzger | 1 | -0/+2 |
2015-02-09 | btrace: add struct btrace_data | Markus Metzger | 1 | -0/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-07-24 | auto-generate most target debug methods | Tom Tromey | 1 | -0/+188 |