Don't rely on inferior_ptid in record_full_wait
[deliverable/binutils-gdb.git] / gdb / target.h
2020-01-10  Pedro AlvesDon't rely on inferior_ptid in record_full_wait
2020-01-03  Luis MachadoRemove stale references to Cell BE
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-15  Andrew Burgessgdb: Update comments that reference VEC or vec.h
2019-10-15  Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-09-20  Ulrich WeigandRemove Cell Broadband Engine debugging support
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-07-09  Tom TromeyRename common to gdbsupport
2019-05-22  Tom TromeyConstify target_ops::follow_exec
2019-04-09  Kevin BuettnerIntroduce target_ops method thread_info_to_thread_handle
2019-03-13  Tom TromeyChange pid_to_str to return std::string
2019-03-12  John BaldwinUpdate comment for target::get_thread_local_address.
2019-02-15  Tom TromeyAdd push_target overload
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-24  Pedro Alvestarget_pass_signals/target_program_signals: Use gdb...
2019-01-15  Tom TromeyConstify target_pass_signals and target_program_signals
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-30  Pedro Alvestarget_ops::to_stratum -> target_ops::stratum() virtual...
2018-11-30  Pedro AlvesConvert default_child_has_foo functions to process_stra...
2018-11-30  Pedro AlvesIntroduce process_stratum_target
2018-11-30  Pedro AlvesMove test_target_ops to a separate file
2018-11-18  Tom TromeyFix ia64-linux-nat.c
2018-11-08  Tom TromeyAvoid crash when calling warning too early
2018-09-06  Simon SerGenerate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD...
2018-08-31  Pedro AlvesAdd comment describing continuable/steppable/non-steppa...
2018-08-31  Pedro AlvesEliminate target_have_continuable_watchpoint
2018-08-08  Simon MarchiMake target_options_to_string return an std::string
2018-06-07  Pedro AlvesIntroduce class target_stack
2018-06-07  Pedro AlvesEliminate find_target_beneath
2018-06-07  Pedro Alvestarget_ops::beneath -> target_ops::beneath()
2018-06-07  Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-11  Pedro AlvesHeap-allocate core_target instances
2018-05-02  Pedro Alvestarget factories, target open and multiple instances...
2018-05-02  Pedro Alvestarget_ops: Use bool throughout
2018-05-02  Pedro Alvesmake-target-delegates: line break between return type...
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-05-02  Pedro AlvesEliminate target_ops::to_xclose
2018-04-12  Pedro AlvesEliminate target_has_exited
2018-04-09  Simon MarchiRemove VEC(tsv_s), use std::vector instead
2018-04-07  Simon MarchiMake target_read_alloc & al return vectors
2018-03-30  Tom TromeyChange target_read_string to use unique_xmalloc_ptr
2018-03-22  Simon MarchiGet rid of VEC(static_tracepoint_marker_p)
2018-03-07  Tom TromeyReturn gdb::optional<std::string> from target_fileio_re...
2018-03-01  Simon MarchiPropagate record_print_flags
2018-02-27  Tom TromeyChange target_write_memory_blocks to use std::vector
2018-02-09  Markus Metzgerbtrace, gdbserver: remove the to_supports_btrace target...
2018-01-30  Pedro AlvesPer-inferior target_terminal state, fix PR gdb/13211...
2018-01-19  Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19  Simon MarchiRemove args from target detach
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-28  Simon MarchiRemove unused HP-UX TARGET_OBJECT_ enums
2017-12-06  Pedro Alvestarget_set_syscall_catchpoint, use gdb::array_view...
2017-12-03  Simon MarchiRemove mem_region_vector typedef
2017-11-24  Yao Qiregcache::cooked_read unit test
2017-11-07  Tom TromeyConstify add_com
2017-10-21  Simon MarchiGet rid of VEC (mem_region)
2017-10-16  Tom TromeyReturn unique_xmalloc_ptr from target_fileio_read_stralloc
2017-10-16  Tom TromeyReturn unique_xmalloc_ptr from target_read_stralloc
2017-10-14  Simon MarchiMake to_traceframe_info return a unique_ptr
2017-09-30  Tom TromeyRemove free_memory_read_result_vector
2017-09-30  Tom TromeyRemove make_cleanup_defer_target_commit_resume
2017-09-21  Kevin BuettnerAdd target method for converting thread handle to threa...
2017-09-20  Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-11  Tom TromeyRemove make_show_memory_breakpoints_cleanup
2017-09-04  Pedro AlvesIntroduce gdb_disassembly_flags
2017-09-03  Simon MarchiMake target_waitstatus_to_string return an std::string
2017-06-21  Simon MarchiChange to_xfer_partial doc to use addressable memory...
2017-06-07  Sergio Durigan JuniorShare fork_inferior et al with gdbserver
2017-04-12  Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-02-14  Tim WiederhakeAdd method to query current recording method to target_ops.
2017-01-20  Luis MachadoAdd command to erase all flash memory regions
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-10-26  Pedro Alvesgdb: Coalesce/aggregate (async) vCont packets/actions
2016-10-06  Sergio Durigan JuniorConsolidate API of target_supports_multi_process
2016-09-19  Sergio Durigan JuniorConsolidate target_mourn_inferior between GDB and gdbserver
2016-09-01  Sergio Durigan JuniorShare target_wait prototype between GDB and gdbserver
2016-08-10  Pedro AlvesPlumb enum remove_bp_reason all the way to target_remov...
2016-08-09  Pedro AlvesFix PR gdb/20418 - Problems with synchronous commands...
2016-07-01  Don BreazealOptimize memory_xfer_partial for remote
2016-07-01  Pedro AlvesFactor out "Detaching from program" message printing
2016-04-12  Pedro AlvesEliminate target_check_pending_interrupt
2016-04-12  Pedro AlvesPass Ctrl-C to the target in target_terminal_inferior
2016-03-09  Jose E. Marchesigdb: fix doc string of target_can_use_hardware_watchpoint.
2016-01-08  Yao QiChange SIGINT handler for extension languages only...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-30  Pedro AlvesRemote thread create/exit events
2015-11-26  Simon MarchiDisplay names of remote threads
2015-11-26  Simon MarchiConstify thread name return path
2015-11-19  Pedro Alves[C++] remote.c: Avoid enum arithmetic
2015-11-03  Simon Marchitarget_ops mask_watchpoint: change int to target_hw_bp_type
2015-09-18  Markus Metzgertarget: add to_record_will_replay target method
2015-09-18  Markus Metzgertarget: add to_record_stop_replaying target method
2015-09-18  Markus Metzgertarget, record: add PTID argument to to_record_is_replaying
2015-09-15  Yao QiSupport single step by arch or target
2015-09-11  Don BreazealExtended-remote follow-exec
2015-09-09  Pedro AlvesDelete enum inferior_event_handler::INF_TIMER
2015-09-09  Pedro AlvesGarbage collect thread continuations
2015-09-09  Pedro AlvesMerge async and sync code paths some more
next
This page took 0.724276 seconds and 107 git commands to generate.