summaryrefslogtreecommitdiff
path: root/gdb/target.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate target_fileio_open_warn_if_slowPedro Alves2020-05-191-13/+7
* gdb: define convenience function 'exists_non_stop_target'Tankut Baris Aktemur2020-04-011-0/+3
* gdb: bool-ify follow_forkSimon Marchi2020-03-241-3/+3
* Multi-target supportPedro Alves2020-01-101-3/+31
* Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves2020-01-101-3/+4
* Don't rely on inferior_ptid in record_full_waitPedro Alves2020-01-101-0/+7
* Remove stale references to Cell BELuis Machado2020-01-021-5/+4
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* gdb: Update comments that reference VEC or vec.hAndrew Burgess2019-10-151-1/+1
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-201-2/+0
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-7/+7
* Rename common to gdbsupportTom Tromey2019-07-091-4/+4
* 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