summaryrefslogtreecommitdiff
path: root/gdb/target.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-1/+1
* Constify target_ops::follow_execTom Tromey2019-05-221-1/+1
* Introduce target_ops method thread_info_to_thread_handleKevin Buettner2019-04-081-0/+8
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-2/+2
* (re-)fix the regcache leaks when detaching from an executable.Philippe Waroquiers2019-03-241-6/+8
* Change pid_to_str to return std::stringTom Tromey2019-03-131-13/+12
* Add a new gdbarch method to resolve the address of TLS variables.John Baldwin2019-03-121-5/+8
* Change the_dummy_target to be a globalTom Tromey2019-03-051-5/+6
* Remove excess calls to gdb_flushTom Tromey2019-03-051-1/+0
* Fix regcache leak, and avoid possible regcache access after detach.Philippe Waroquiers2019-02-271-0/+11
* Add push_target overloadTom Tromey2019-02-151-0/+9
* Hoist assertion in target_stack::unpushTom Tromey2019-02-051-2/+2
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves2019-01-241-4/+4
* Remove duplicate or commented-out #includesTom Tromey2019-01-211-1/+0
* Constify target_pass_signals and target_program_signalsTom Tromey2019-01-141-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* target.c: Remove struct keyword in range-based forSimon Marchi2018-12-261-1/+1
* gdb: Fix "info os <unknown>" commandPaul Marechal2018-12-211-1/+1
* target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves2018-11-301-21/+27
* Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves2018-11-301-54/+0
* Introduce process_stratum_targetPedro Alves2018-11-301-30/+0
* Move test_target_ops to a separate filePedro Alves2018-11-301-21/+0
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-5/+3
* Avoid crash when calling warning too earlyTom Tromey2018-11-081-2/+8
* Fix some comments in target.cSimon Marchi2018-08-081-1/+3
* gdb: Fix assert for extended-remote target (PR gdb/18050)Andrew Burgess2018-08-081-0/+6
* Make target_options_to_string return an std::stringSimon Marchi2018-08-071-21/+15
* Simple unused variable removalsTom Tromey2018-07-221-3/+0
* Remove ptid_equalTom Tromey2018-07-031-8/+8
* Remove ptid_get_pidTom Tromey2018-07-031-3/+3
* Remove pid_to_ptidTom Tromey2018-07-031-1/+1
* Remove ptid_buildTom Tromey2018-07-031-1/+1
* gdb: Eliminate the 'stop_pc' globalPedro Alves2018-06-281-1/+2
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-15/+9
* Introduce class target_stackPedro Alves2018-06-071-60/+61
* Eliminate find_target_beneathPedro Alves2018-06-071-10/+0
* target_ops::beneath -> target_ops::beneath()Pedro Alves2018-06-071-54/+37
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-104/+110
* 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