aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-27Change target_write_memory_blocks to use std::vectorTom Tromey1-15/+19
2018-02-09btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger1-7/+0
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves1-8/+12
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-2/+2
2018-01-19Remove args from target detachSimon Marchi1-5/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-28Remove unused HP-UX TARGET_OBJECT_ enumsSimon Marchi1-9/+0
2017-12-06target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves1-13/+10
2017-12-03Remove mem_region_vector typedefSimon Marchi1-6/+1
2017-11-24regcache::cooked_read unit testYao Qi1-0/+14
2017-11-07Constify add_comTom Tromey1-1/+1
2017-10-21Get rid of VEC (mem_region)Simon Marchi1-3/+8
2017-10-16Return unique_xmalloc_ptr from target_fileio_read_strallocTom Tromey1-2/+2
2017-10-16Return unique_xmalloc_ptr from target_read_strallocTom Tromey1-12/+11
2017-10-14Make to_traceframe_info return a unique_ptrSimon Marchi1-14/+3
2017-09-29Remove free_memory_read_result_vectorTom Tromey1-13/+22
2017-09-29Remove make_cleanup_defer_target_commit_resumeTom Tromey1-3/+3
2017-09-21Add target method for converting thread handle to thread_info struct pointerKevin Buettner1-0/+11
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-30/+0
2017-09-11Remove make_show_memory_breakpoints_cleanupTom Tromey1-3/+5
2017-09-04Introduce gdb_disassembly_flagsPedro Alves1-6/+12
2017-09-03Make target_waitstatus_to_string return an std::stringSimon Marchi1-4/+0
2017-06-21Change to_xfer_partial doc to use addressable memory unitsSimon Marchi1-5/+8
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-16/+2
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-1/+2
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+2
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-4/+4
2017-02-14Add method to query current recording method to target_ops.Tim Wiederhake1-0/+8
2017-01-20Add command to erase all flash memory regionsLuis Machado1-0/+3