aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-15Change target_read_string APITom Tromey1-2/+7
2020-05-19Eliminate target_fileio_open_warn_if_slowPedro Alves1-13/+7
2020-04-01gdb: define convenience function 'exists_non_stop_target'Tankut Baris Aktemur1-0/+3
2020-03-24gdb: bool-ify follow_forkSimon Marchi1-3/+3
2020-01-10Multi-target supportPedro Alves1-3/+31
2020-01-10Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves1-3/+4
2020-01-10Don't rely on inferior_ptid in record_full_waitPedro Alves1-0/+7
2020-01-02Remove stale references to Cell BELuis Machado1-5/+4
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-15gdb: Update comments that reference VEC or vec.hAndrew Burgess1-1/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-2/+0
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-7/+7
2019-07-09Rename common to gdbsupportTom Tromey1-4/+4
2019-05-22Constify target_ops::follow_execTom Tromey1-2/+2
2019-04-08Introduce target_ops method thread_info_to_thread_handleKevin Buettner1-0/+9
2019-03-13Change pid_to_str to return std::stringTom Tromey1-3/+3
2019-03-12Update comment for target::get_thread_local_address.John Baldwin1-2/+2
2019-02-15Add push_target overloadTom Tromey1-0/+3
2019-01-25Normalize includes to use common/Tom Tromey1-3/+3
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves1-9/+8
2019-01-14Constify target_pass_signals and target_program_signalsTom Tromey1-4/+5
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves1-2/+4
2018-11-30Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves1-9/+0
2018-11-30Introduce process_stratum_targetPedro Alves1-9/+4
2018-11-30Move test_target_ops to a separate filePedro Alves1-45/+0
2018-11-18Fix ia64-linux-nat.cTom Tromey1-1/+1
2018-11-08Avoid crash when calling warning too earlyTom Tromey1-1/+1
2018-09-06Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD coredumpsSimon Ser1-0/+4
2018-08-31Add comment describing continuable/steppable/non-steppable watchpointsPedro Alves1-0/+34
2018-08-31Eliminate target_have_continuable_watchpointPedro Alves1-7/+0
2018-08-07Make target_options_to_string return an std::stringSimon Marchi1-3/+2
2018-06-07Introduce class target_stackPedro Alves1-2/+45
2018-06-07Eliminate find_target_beneathPedro Alves1-2/+0
2018-06-07target_ops::beneath -> target_ops::beneath()Pedro Alves1-1/+3
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-80/+80
2018-05-11Heap-allocate core_target instancesPedro Alves1-0/+14
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-33/+56
2018-05-03target_ops: Use bool throughoutPedro Alves1-76/+76
2018-05-03make-target-delegates: line break between return type and function namePedro Alves1-1/+2
2018-05-03Convert struct target_ops to C++Pedro Alves1-414/+416
2018-05-03Eliminate target_ops::to_xclosePedro Alves1-4/+5
2018-04-12Eliminate target_has_exitedPedro Alves1-9/+0
2018-04-09Remove VEC(tsv_s), use std::vector insteadSimon Marchi1-1/+1
2018-04-07Make target_read_alloc & al return vectorsSimon Marchi1-22/+15
2018-03-30Change target_read_string to use unique_xmalloc_ptrTom Tromey1-1/+2
2018-03-22Get rid of VEC(static_tracepoint_marker_p)Simon Marchi1-8/+7
2018-03-07Return gdb::optional<std::string> from target_fileio_readlinkTom Tromey1-9/+8
2018-03-01Propagate record_print_flagsSimon Marchi1-6/+8