summaryrefslogtreecommitdiff
path: root/gdb/target.h
Commit message (Expand)AuthorAgeFilesLines
* Constify target_ops::follow_execTom Tromey2019-05-221-2/+2
* Introduce target_ops method thread_info_to_thread_handleKevin Buettner2019-04-081-0/+9
* Change pid_to_str to return std::stringTom Tromey2019-03-131-3/+3
* Update comment for target::get_thread_local_address.John Baldwin2019-03-121-2/+2
* Add push_target overloadTom Tromey2019-02-151-0/+3
* Normalize includes to use common/Tom Tromey2019-01-251-3/+3
* target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves2019-01-241-9/+8
* Constify target_pass_signals and target_program_signalsTom Tromey2019-01-141-4/+5
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves2018-11-301-2/+4
* Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves2018-11-301-9/+0
* Introduce process_stratum_targetPedro Alves2018-11-301-9/+4
* Move test_target_ops to a separate filePedro Alves2018-11-301-45/+0
* Fix ia64-linux-nat.cTom Tromey2018-11-181-1/+1
* Avoid crash when calling warning too earlyTom Tromey2018-11-081-1/+1
* Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD coredumpsSimon Ser2018-09-061-0/+4
* Add comment describing continuable/steppable/non-steppable watchpointsPedro Alves2018-08-311-0/+34
* Eliminate target_have_continuable_watchpointPedro Alves2018-08-311-7/+0
* Make target_options_to_string return an std::stringSimon Marchi2018-08-071-3/+2
* Introduce class target_stackPedro Alves2018-06-071-2/+45
* Eliminate find_target_beneathPedro Alves2018-06-071-2/+0
* target_ops::beneath -> target_ops::beneath()Pedro Alves2018-06-071-1/+3
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-80/+80
* Heap-allocate core_target instancesPedro Alves2018-05-111-0/+14
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-33/+56
* target_ops: Use bool throughoutPedro Alves2018-05-031-76/+76
* make-target-delegates: line break between return type and function namePedro Alves2018-05-031-1/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-414/+416
* Eliminate target_ops::to_xclosePedro Alves2018-05-031-4/+5
* Eliminate target_has_exitedPedro Alves2018-04-121-9/+0
* Remove VEC(tsv_s), use std::vector insteadSimon Marchi2018-04-091-1/+1
* Make target_read_alloc & al return vectorsSimon Marchi2018-04-071-22/+15
* Change target_read_string to use unique_xmalloc_ptrTom Tromey2018-03-301-1/+2
* Get rid of VEC(static_tracepoint_marker_p)Simon Marchi2018-03-221-8/+7
* Return gdb::optional<std::string> from target_fileio_readlinkTom Tromey2018-03-071-9/+8
* Propagate record_print_flagsSimon Marchi2018-03-011-6/+8
* Change target_write_memory_blocks to use std::vectorTom Tromey2018-02-271-15/+19
* btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger2018-02-091-7/+0
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-301-8/+12
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-2/+2
* Remove args from target detachSimon Marchi2018-01-191-5/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove unused HP-UX TARGET_OBJECT_ enumsSimon Marchi2017-12-281-9/+0
* target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves2017-12-061-13/+10
* Remove mem_region_vector typedefSimon Marchi2017-12-031-6/+1
* regcache::cooked_read unit testYao Qi2017-11-241-0/+14
* Constify add_comTom Tromey2017-11-071-1/+1
* Get rid of VEC (mem_region)Simon Marchi2017-10-211-3/+8
* Return unique_xmalloc_ptr from target_fileio_read_strallocTom Tromey2017-10-161-2/+2
* Return unique_xmalloc_ptr from target_read_strallocTom Tromey2017-10-161-12/+11