Convert default_child_has_foo functions to process_stratum_target methods
[external/binutils.git] / gdb / target.c
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-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-11-08 Tom TromeyAvoid crash when calling warning too early
2018-08-08 Simon MarchiFix some comments in target.c
2018-08-08 Andrew Burgessgdb: Fix assert for extended-remote target (PR gdb...
2018-08-08 Simon MarchiMake target_options_to_string return an std::string
2018-07-22 Tom TromeySimple unused variable removals
2018-07-03 Tom TromeyRemove ptid_equal
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-07-03 Tom TromeyRemove pid_to_ptid
2018-07-03 Tom TromeyRemove ptid_build
2018-06-28 Pedro Alvesgdb: Eliminate the 'stop_pc' global
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
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-02 Pedro Alvestarget factories, target open and multiple instances...
2018-05-02 Pedro Alvestarget_ops: Use bool throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-05-02 Pedro AlvesEliminate target_ops::to_xclose
2018-04-11 Pedro AlvesFile I/O file handles after target closes
2018-04-11 Pedro AlvesC++ify fileio_fh_t, replace VEC with std::vector
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-17 Tom TromeyRemove target_fileio_close_cleanup
2018-03-07 Tom TromeyReturn gdb::optional<std::string> from target_fileio_re...
2018-03-01 Simon MarchiPropagate record_print_flags
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-08 Yao QiClear non-significant bits of address on memory access
2017-12-05 Simon MarchiRemove some unused variables
2017-11-24 Yao Qiregcache::cooked_read unit test
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-07 Tom TromeyConstify add_info
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-11 Tom TromeyConstify add_prefix_cmd
2017-10-04 Pedro AlvesFix "Remote 'g' packet reply is too long" problems...
2017-09-30 Tom TromeyRemove free_memory_read_result_vector
2017-09-30 Tom TromeyRemove make_cleanup_defer_target_commit_resume
2017-09-27 Tom TromeyConstify maintenance_print_target_stack
2017-09-27 Tom TromeyAdd add_cmd function overloads
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-09 Tom TromeyUse ui_out_emit_tuple in more places
2017-09-04 Pedro AlvesIntroduce gdb_disassembly_flags
2017-08-22 Simon MarchiRename some command functions
2017-08-03 Tom TromeyUse containers to avoid cleanups
2017-04-28 Yao QiClass-fy regcache
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-04-05 Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-03-24 Alan HaywardRemove MAX_REGISTER_SIZE from target.c
2017-03-23 Simon MarchiRemove some unnecessary inferior_ptid setting/restoring...
2017-03-13 Simon MarchiAdd asserts in target_fetch/store_registers
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-18 Pedro Alvesgdb: Fix std::{min, max}-related build breakage on...
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-09-01 Sergio Durigan JuniorShare target_wait prototype between GDB and gdbserver
2016-09-01 Sergio Durigan JuniorUse target_continue{,_no_signal} instead of target_resume
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-06-29 Tom TromeyPR gdb/17210 - fix possible memory leak in read_memory_...
2016-06-21 Pedro AlvesReplace the sync_execution global with a new enum promp...
2016-06-21 Pedro AlvesMake target_terminal_inferior/ours almost nops on non...
2016-06-21 Pedro AlvesMake input_fd be per UI
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-04-12 Pedro AlvesEliminate target_check_pending_interrupt
2016-04-12 Pedro AlvesPass Ctrl-C to the target in target_terminal_inferior
2016-01-13 Pedro AlvesPer-inferior/Inferior-qualified thread IDs
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 MarchiConstify thread name return path
2015-11-20 Don BreazealFix '-data-read-memory-bytes' typo/assertion
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-10-27 Pedro Alvestarget_read_memory&co: no longer return target_xfer_status
2015-10-27 Simon Marchitarget.c: Add a cast and change a type
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
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-11 Don BreazealExtended-remote follow-exec
next