summaryrefslogtreecommitdiff
path: root/gdb/target.h
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-28Remove unused HP-UX TARGET_OBJECT_ enumsSimon Marchi
2017-12-06target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves
2017-12-03Remove mem_region_vector typedefSimon Marchi
2017-11-24regcache::cooked_read unit testYao Qi
2017-11-07Constify add_comTom Tromey
2017-10-21Get rid of VEC (mem_region)Simon Marchi
2017-10-16Return unique_xmalloc_ptr from target_fileio_read_strallocTom Tromey
2017-10-16Return unique_xmalloc_ptr from target_read_strallocTom Tromey
2017-10-14Make to_traceframe_info return a unique_ptrSimon Marchi
2017-09-29Remove free_memory_read_result_vectorTom Tromey
2017-09-29Remove make_cleanup_defer_target_commit_resumeTom Tromey
2017-09-21Add target method for converting thread handle to thread_info struct pointerKevin Buettner
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-09-11Remove make_show_memory_breakpoints_cleanupTom Tromey
2017-09-04Introduce gdb_disassembly_flagsPedro Alves
2017-09-03Make target_waitstatus_to_string return an std::stringSimon Marchi
2017-06-21Change to_xfer_partial doc to use addressable memory unitsSimon Marchi
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-02-14Add method to query current recording method to target_ops.Tim Wiederhake
2017-01-20Add command to erase all flash memory regionsLuis Machado
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-26gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves
2016-10-06Consolidate API of target_supports_multi_processSergio Durigan Junior
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior
2016-09-01Share target_wait prototype between GDB and gdbserverSergio Durigan Junior
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves
2016-08-09Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves
2016-07-01Optimize memory_xfer_partial for remoteDon Breazeal
2016-07-01Factor out "Detaching from program" message printingPedro Alves
2016-04-12Eliminate target_check_pending_interruptPedro Alves
2016-04-12Pass Ctrl-C to the target in target_terminal_inferiorPedro Alves
2016-03-09gdb: fix doc string of target_can_use_hardware_watchpoint.Jose E. Marchesi
2016-01-08Change SIGINT handler for extension languages only when target terminal is oursYao Qi
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-30Remote thread create/exit eventsPedro Alves
2015-11-26Display names of remote threadsSimon Marchi
2015-11-26Constify thread name return pathSimon Marchi
2015-11-19[C++] remote.c: Avoid enum arithmeticPedro Alves
2015-11-03target_ops mask_watchpoint: change int to target_hw_bp_typeSimon Marchi
2015-09-18target: add to_record_will_replay target methodMarkus Metzger
2015-09-18target: add to_record_stop_replaying target methodMarkus Metzger
2015-09-18target, record: add PTID argument to to_record_is_replayingMarkus Metzger
2015-09-15Support single step by arch or targetYao Qi
2015-09-11Extended-remote follow-execDon Breazeal
2015-09-09Delete enum inferior_event_handler::INF_TIMERPedro Alves
2015-09-09Garbage collect thread continuationsPedro Alves