2020-11-02 |
Simon Marchi | gdb, gdbserver, gdbsupport: fix leading space vs tabs... |
blob | commitdiff | raw |
2020-10-29 |
Tom Tromey | Remove symfile_objfile macro |
blob | commitdiff | raw | diff to current |
2020-10-22 |
Simon Marchi | gdb: make target_ops::make_corefile_notes return a... |
blob | commitdiff | raw | diff to current |
2020-10-13 |
Simon Marchi | gdb: don't pass TARGET_WNOHANG to targets that can... |
blob | commitdiff | raw | diff to current |
2020-10-13 |
Tom Tromey | Change target_section_table to std::vector alias |
blob | commitdiff | raw | diff to current |
2020-10-13 |
Tom Tromey | Use a std::vector in target_section_table |
blob | commitdiff | raw | diff to current |
2020-10-07 |
Tom Tromey | Move simple_search_memory to gdbsupport/search.cc |
blob | commitdiff | raw | diff to current |
2020-09-29 |
Tom Tromey | Remove target_has_execution macro |
blob | commitdiff | raw | diff to current |
2020-09-29 |
Tom Tromey | Turn target_can_execute_reverse into function |
blob | commitdiff | raw | diff to current |
2020-09-29 |
Tom Tromey | Remove target_has_registers macro |
blob | commitdiff | raw | diff to current |
2020-09-29 |
Tom Tromey | Remove target_has_stack macro |
blob | commitdiff | raw | diff to current |
2020-09-29 |
Tom Tromey | Remove target_has_memory macro |
blob | commitdiff | raw | diff to current |
2020-09-29 |
Tom Tromey | Remove target_has_all_memory |
blob | commitdiff | raw | diff to current |
2020-09-18 |
Tom Tromey | Make target_wait options use enum flags |
blob | commitdiff | raw | diff to current |
2020-07-22 |
Kevin Buettner | Provide access to non SEC_HAS_CONTENTS core file sections |
blob | commitdiff | raw | diff to current |
2020-07-22 |
Kevin Buettner | section_table_xfer_memory: Replace section name with... |
blob | commitdiff | raw | diff to current |
2020-07-10 |
Pedro Alves | Fix latent bug in target_pass_ctrlc |
blob | commitdiff | raw | diff to current |
2020-06-18 |
Pedro Alves | Don't write to inferior_ptid in target.c |
blob | commitdiff | raw | diff to current |
2020-06-15 |
Tom Tromey | Change target_read_string API |
blob | commitdiff | raw | diff to current |
2020-06-15 |
Tom Tromey | Rewrite target_read_string |
blob | commitdiff | raw | diff to current |
2020-05-19 |
Pedro Alves | Eliminate target_fileio_open_warn_if_slow |
blob | commitdiff | raw | diff to current |
2020-05-03 |
Tom Tromey | Update more calls to add_prefix_cmd |
blob | commitdiff | raw | diff to current |
2020-04-01 |
Tankut Baris Aktemur | gdb: define convenience function 'exists_non_stop_target' |
blob | commitdiff | raw | diff to current |
2020-03-24 |
Simon Marchi | gdb: bool-ify follow_fork |
blob | commitdiff | raw | diff to current |
2020-02-04 |
Simon Marchi | Change ints to bools around thread_info executing/resumed |
blob | commitdiff | raw | diff to current |
2020-01-13 |
Simon Marchi | gdb: add back declarations for _initialize functions |
blob | commitdiff | raw | diff to current |
2020-01-10 |
Pedro Alves | Add "info connections" command, "info inferiors" connec... |
blob | commitdiff | raw | diff to current |
2020-01-10 |
Pedro Alves | Multi-target support |
blob | commitdiff | raw | diff to current |
2020-01-10 |
Pedro Alves | Make target_ops::has_execution take an 'inferior *... |
blob | commitdiff | raw | diff to current |
2020-01-01 |
Joel Brobecker | Update copyright year range in all GDB files. |
blob | commitdiff | raw | diff to current |
2019-11-19 |
Sergio Durigan Junior | Fix crash with core + TUI + run |
blob | commitdiff | raw | diff to current |
2019-10-26 |
Tom de Vries | [gdb] Fix more typos in comments (2) |
blob | commitdiff | raw | diff to current |
2019-09-19 |
Alan Modra | bfd_section_* macros |
blob | commitdiff | raw | diff to current |
2019-09-18 |
Christian Biesinger | Change boolean options to bool instead of int |
blob | commitdiff | raw | diff to current |
2019-07-15 |
Tom Tromey | Use field_string in more places |
blob | commitdiff | raw | diff to current |
2019-07-15 |
Tom Tromey | Use field_core_addr in more places |
blob | commitdiff | raw | diff to current |
2019-07-09 |
Tom Tromey | Rename common to gdbsupport |
blob | commitdiff | raw | diff to current |
2019-06-04 |
Pedro Alves | Introduce and use make_unique_xstrdup |
blob | commitdiff | raw | diff to current |
2019-05-22 |
Tom Tromey | Constify target_ops::follow_exec |
blob | commitdiff | raw | diff to current |
2019-04-09 |
Kevin Buettner | Introduce target_ops method thread_info_to_thread_handle |
blob | commitdiff | raw | diff to current |
2019-04-08 |
Tom Tromey | Replace throw_exception with throw in some cases |
blob | commitdiff | raw | diff to current |
2019-04-08 |
Tom Tromey | Rename gdb exception types |
blob | commitdiff | raw | diff to current |
2019-04-08 |
Tom Tromey | Rewrite TRY/CATCH |
blob | commitdiff | raw | diff to current |
2019-04-08 |
Tom Tromey | Make exceptions use std::string and be self-managing |
blob | commitdiff | raw | diff to current |
2019-03-24 |
Philippe Waroquiers | (re-)fix the regcache leaks when detaching from an... |
blob | commitdiff | raw | diff to current |
2019-03-13 |
Tom Tromey | Change pid_to_str to return std::string |
blob | commitdiff | raw | diff to current |
2019-03-12 |
John Baldwin | Add a new gdbarch method to resolve the address of... |
blob | commitdiff | raw | diff to current |
2019-03-05 |
Tom Tromey | Change the_dummy_target to be a global |
blob | commitdiff | raw | diff to current |
2019-03-05 |
Tom Tromey | Remove excess calls to gdb_flush |
blob | commitdiff | raw | diff to current |
2019-02-27 |
Philippe Waroquiers | Fix regcache leak, and avoid possible regcache access... |
blob | commitdiff | raw | diff to current |
2019-02-15 |
Tom Tromey | Add push_target overload |
blob | commitdiff | raw | diff to current |
2019-02-05 |
Tom Tromey | Hoist assertion in target_stack::unpush |
blob | commitdiff | raw | diff to current |
2019-01-25 |
Tom Tromey | Normalize includes to use common/ |
blob | commitdiff | raw | diff to current |
2019-01-24 |
Pedro Alves | target_pass_signals/target_program_signals: Use gdb... |
blob | commitdiff | raw | diff to current |
2019-01-21 |
Tom Tromey | Remove duplicate or commented-out #includes |
blob | commitdiff | raw | diff to current |
2019-01-15 |
Tom Tromey | Constify target_pass_signals and target_program_signals |
blob | commitdiff | raw | diff to current |
2019-01-01 |
Joel Brobecker | Update copyright year range in all GDB files. |
blob | commitdiff | raw | diff to current |
2018-12-27 |
Simon Marchi | target.c: Remove struct keyword in range-based for |
blob | commitdiff | raw | diff to current |
2018-12-21 |
Paul Marechal | gdb: Fix "info os <unknown>" command |
blob | commitdiff | raw | diff to current |
2018-11-30 |
Pedro Alves | target_ops::to_stratum -> target_ops::stratum() virtual... |
blob | commitdiff | raw | diff to current |
2018-11-30 |
Pedro Alves | Convert default_child_has_foo functions to process_stra... |
blob | commitdiff | raw | diff to current |
2018-11-30 |
Pedro Alves | Introduce process_stratum_target |
blob | commitdiff | raw | diff to current |
2018-11-30 |
Pedro Alves | Move test_target_ops to a separate file |
blob | commitdiff | raw | diff to current |
2018-11-22 |
Pedro Alves | Per-inferior thread list, thread ranges/iterators,... |
blob | commitdiff | raw | diff to current |
2018-11-08 |
Tom Tromey | Avoid crash when calling warning too early |
blob | commitdiff | raw | diff to current |
2018-08-08 |
Simon Marchi | Fix some comments in target.c |
blob | commitdiff | raw | diff to current |
2018-08-08 |
Andrew Burgess | gdb: Fix assert for extended-remote target (PR gdb... |
blob | commitdiff | raw | diff to current |
2018-08-08 |
Simon Marchi | Make target_options_to_string return an std::string |
blob | commitdiff | raw | diff to current |
2018-07-22 |
Tom Tromey | Simple unused variable removals |
blob | commitdiff | raw | diff to current |
2018-07-03 |
Tom Tromey | Remove ptid_equal |
blob | commitdiff | raw | diff to current |
2018-07-03 |
Tom Tromey | Remove ptid_get_pid |
blob | commitdiff | raw | diff to current |
2018-07-03 |
Tom Tromey | Remove pid_to_ptid |
blob | commitdiff | raw | diff to current |
2018-07-03 |
Tom Tromey | Remove ptid_build |
blob | commitdiff | raw | diff to current |
2018-06-28 |
Pedro Alves | gdb: Eliminate the 'stop_pc' global |
blob | commitdiff | raw | diff to current |
2018-06-21 |
Pedro Alves | Use thread_info and inferior pointers more throughout |
blob | commitdiff | raw | diff to current |
2018-06-07 |
Pedro Alves | Introduce class target_stack |
blob | commitdiff | raw | diff to current |
2018-06-07 |
Pedro Alves | Eliminate find_target_beneath |
blob | commitdiff | raw | diff to current |
2018-06-07 |
Pedro Alves | target_ops::beneath -> target_ops::beneath() |
blob | commitdiff | raw | diff to current |
2018-06-07 |
Pedro Alves | target_stack -> current_top_target() throughout |
blob | commitdiff | raw | diff to current |
2018-05-02 |
Pedro Alves | target factories, target open and multiple instances... |
blob | commitdiff | raw | diff to current |
2018-05-02 |
Pedro Alves | target_ops: Use bool throughout |
blob | commitdiff | raw | diff to current |
2018-05-02 |
Pedro Alves | Convert struct target_ops to C++ |
blob | commitdiff | raw | diff to current |
2018-05-02 |
Pedro Alves | Eliminate target_ops::to_xclose |
blob | commitdiff | raw | diff to current |
2018-04-11 |
Pedro Alves | File I/O file handles after target closes |
blob | commitdiff | raw | diff to current |
2018-04-11 |
Pedro Alves | C++ify fileio_fh_t, replace VEC with std::vector |
blob | commitdiff | raw | diff to current |
2018-04-07 |
Simon Marchi | Make target_read_alloc & al return vectors |
blob | commitdiff | raw | diff to current |
2018-03-30 |
Tom Tromey | Change target_read_string to use unique_xmalloc_ptr |
blob | commitdiff | raw | diff to current |
2018-03-17 |
Tom Tromey | Remove target_fileio_close_cleanup |
blob | commitdiff | raw | diff to current |
2018-03-07 |
Tom Tromey | Return gdb::optional<std::string> from target_fileio_re... |
blob | commitdiff | raw | diff to current |
2018-03-01 |
Simon Marchi | Propagate record_print_flags |
blob | commitdiff | raw | diff to current |
2018-02-09 |
Markus Metzger | btrace, gdbserver: remove the to_supports_btrace target... |
blob | commitdiff | raw | diff to current |
2018-01-30 |
Pedro Alves | Per-inferior target_terminal state, fix PR gdb/13211... |
blob | commitdiff | raw | diff to current |
2018-01-19 |
Simon Marchi | Pass inferior down to target_detach and to_detach |
blob | commitdiff | raw | diff to current |
2018-01-19 |
Simon Marchi | Remove args from target detach |
blob | commitdiff | raw | diff to current |
2018-01-02 |
Joel Brobecker | Update copyright year range in all GDB files |
blob | commitdiff | raw | diff to current |
2017-12-08 |
Yao Qi | Clear non-significant bits of address on memory access |
blob | commitdiff | raw | diff to current |
2017-12-05 |
Simon Marchi | Remove some unused variables |
blob | commitdiff | raw | diff to current |
2017-11-24 |
Yao Qi | regcache::cooked_read unit test |
blob | commitdiff | raw | diff to current |
2017-11-07 |
Tom Tromey | Constify add_setshow_* |
blob | commitdiff | raw | diff to current |
2017-11-07 |
Tom Tromey | Constify add_info |
blob | commitdiff | raw | diff to current |
next |