summaryrefslogtreecommitdiff
path: root/gdb/target.c
Commit message (Expand)AuthorAgeFilesLines
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-111/+100
* target_ops: Use bool throughoutPedro Alves2018-05-031-2/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-469/+377
* Eliminate target_ops::to_xclosePedro Alves2018-05-031-3/+1
* File I/O file handles after target closesPedro Alves2018-04-111-3/+29
* C++ify fileio_fh_t, replace VEC with std::vectorPedro Alves2018-04-111-38/+42
* Make target_read_alloc & al return vectorsSimon Marchi2018-04-071-52/+34
* Change target_read_string to use unique_xmalloc_ptrTom Tromey2018-03-301-2/+3
* Remove target_fileio_close_cleanupTom Tromey2018-03-171-16/+32
* Return gdb::optional<std::string> from target_fileio_readlinkTom Tromey2018-03-071-6/+6
* Propagate record_print_flagsSimon Marchi2018-03-011-3/+3
* btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger2018-02-091-8/+0
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-301-17/+106
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-3/+10
* Remove args from target detachSimon Marchi2018-01-191-4/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Clear non-significant bits of address on memory accessYao Qi2017-12-081-0/+2
* Remove some unused variablesSimon Marchi2017-12-051-2/+0
* regcache::cooked_read unit testYao Qi2017-11-241-0/+47
* Constify add_setshow_*Tom Tromey2017-11-071-6/+6
* Constify add_infoTom Tromey2017-11-071-3/+1
* Constify add_comTom Tromey2017-11-071-3/+2
* Get rid of VEC (mem_region)Simon Marchi2017-10-211-26/+18
* Return unique_xmalloc_ptr from target_fileio_read_strallocTom Tromey2017-10-161-4/+4
* Return unique_xmalloc_ptr from target_read_strallocTom Tromey2017-10-161-9/+7
* Constify add_prefix_cmdTom Tromey2017-10-111-3/+1
* Fix "Remote 'g' packet reply is too long" problems with multiple inferiorsPedro Alves2017-10-041-1/+3
* Remove free_memory_read_result_vectorTom Tromey2017-09-291-54/+21
* Remove make_cleanup_defer_target_commit_resumeTom Tromey2017-09-291-7/+3
* Constify maintenance_print_target_stackTom Tromey2017-09-271-1/+1
* Add add_cmd function overloadsTom Tromey2017-09-271-2/+2
* Add target method for converting thread handle to thread_info struct pointerKevin Buettner2017-09-211-0/+9
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-77/+23
* Remove make_show_memory_breakpoints_cleanupTom Tromey2017-09-111-13/+3
* Use ui_out_emit_tuple in more placesTom Tromey2017-09-091-4/+1
* Introduce gdb_disassembly_flagsPedro Alves2017-09-041-3/+5
* Rename some command functionsSimon Marchi2017-08-221-4/+4
* Use containers to avoid cleanupsTom Tromey2017-08-031-26/+11
* Class-fy regcacheYao Qi2017-04-281-3/+2
* -Wwrite-strings: The RestPedro Alves2017-04-051-5/+5
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-4/+4
* Remove MAX_REGISTER_SIZE from target.cAlan Hayward2017-03-241-39/+3
* Remove some unnecessary inferior_ptid setting/restoring when fetching/storing...Simon Marchi2017-03-231-4/+0
* Add asserts in target_fetch/store_registersSimon Marchi2017-03-131-0/+4
* Add method to query current recording method to target_ops.Tim Wiederhake2017-02-141-0/+8
* Add command to erase all flash memory regionsLuis Machado2017-01-201-0/+49
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves2016-10-261-0/+28
* Consolidate API of target_supports_multi_processSergio Durigan Junior2016-10-061-0/+8
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-1/+2