Remove make_cleanup_restore_target_terminal
[external/binutils.git] / gdb / target.h
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
2015-08-25 Pedro Alvesremote: allow aborting long operations (e.g., file...
2015-08-21 Gary BensonWarn when accessing binaries from remote targets
2015-08-07 Pedro AlvesFix interrupt-noterm.exp on targets always in non-stop
2015-08-07 Pedro AlvesImplement all-stop on top of a target running non-stop...
2015-08-07 Pedro AlvesTeach non-stop to do in-line step-overs (stop all,...
2015-08-07 Pedro AlvesAdd comments to currently_stepping and target_resume
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-07-29 Yao QiPR record/18691: Fix fails in solib-precsave.exp
2015-07-15 Jan KratochvilRevert the previous 7 commits of: Validate binary befor...
2015-07-15 Jan KratochvilMove linux_find_memory_regions_full & co.
2015-06-12 Simon Marchitarget: consider addressable unit size when reading...
2015-06-12 Simon MarchiVarious cleanups in target read/write code
2015-06-10 Gary BensonAdd "inferior" argument to some target_fileio functions
2015-04-17 Yao QiUpdate comments to target_can_use_hardware_watchpoint
2015-04-17 Gary BensonImplement remote_pid_to_exec_file using qXfer:exec...
2015-04-02 Gary BensonIntroduce target_filesystem_is_local
2015-04-02 Gary BensonIntroduce target_fileio_fstat
2015-03-25 Pedro AlvesSimplify target_async hook interface
2015-03-23 Yury GrechishchevGDB: Add set/show serial parity command.
2015-03-04 Pedro Alvesgarbage collect target_decr_pc_after_break
2015-03-04 Pedro AlvesTeach GDB about targets that can tell whether a trap...
2015-03-03 Simon MarchiRemove unused function declarations in target.h
2015-02-27 Pedro Alvestarget.h: Include infrun.h
2015-02-20 Pedro AlvesGarbage collect forward_target_decr_pc_after_break
2015-02-09 Markus Metzgerrecord btrace: add configuration struct
2015-02-09 Markus Metzgerbtrace: add format argument to supports_btrace
2015-02-09 Markus Metzgerbtrace: add struct btrace_data
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-10 Simon MarchiRestore terminal state in mi_thread_exit (PR gdb/17627)
2014-10-17 Pedro AlvesPR gdb/17472: With annotations, input while executing...
2014-10-17 Pedro AlvesMake common code handle target_terminal_* idempotency
2014-10-15 Pedro AlvesPush pruning old threads down to the target
2014-09-22 Gary BensonUpdate target_stop's documentation
2014-09-11 Gary BensonIntroduce target/target.h
2014-08-27 Patrick PalkaFix terminal state corruption when starting a program...
2014-07-30 Tom Tromeyconstify to_open
2014-07-25 Tom Tromeyproperly parenthesize two macros
2014-07-24 Tom Tromeyconstify target fields
2014-07-24 Tom Tromeyauto-generate most target debug methods
2014-07-18 Tom Tromeyfix PR gdb/17130
2014-07-16 Tom Tromeyreformat comment in target.h
2014-07-07 Tom Tromeychange to_info_record to use target delegation
2014-07-07 Tom Tromeyconvert to_get_thread_local_address to use target deleg...
2014-06-26 Tom Tromeyconstify get_bookmark and goto_bookmark
2014-06-26 Tom Tromeyconstify to_load
2014-06-25 Markus Metzgergcore, target: allow target to prepare/cleanup for...
2014-06-16 Tom Tromeyconstify to_info_proc and friends
2014-06-16 Tom Tromeyconstify to_disconnect
2014-06-16 Tom Tromeyconstify to_rcmd
2014-06-04 Tom Tromeyconstify to_attach
2014-06-04 Tom Tromeyconvert to_thread_address_space to use TARGET_DEFAULT_FUNC
2014-05-29 Pedro Alvesenable target async by default; separate MI and target...
2014-05-21 Jan KratochvilFix TLS access for -static -pthread
2014-05-20 Pedro AlvesMake compare-sections work against all targets; add...
2014-04-23 Pedro AlvesStale breakpoint instructions, spurious SIGTRAPS.
2014-03-12 Tom Tromeyfix regressions with target-async
2014-03-10 Hui ZhuRemove "hardware" from comments of "target_insert_break...
2014-03-08 Joel Brobeckertarget.h: Expands complete_target_initialization and...
2014-03-06 Yao QiChange the default implementation of to_traceframe_info...
2014-02-26 Pedro Alveseliminate target_ops->deprecated_xfer_memory
2014-02-25 Tom Tromeyremove target_ignore
2014-02-25 Hui Zhu2014-02-25 Hui Zhu <hui@codesourcery.com>
next