summaryrefslogtreecommitdiff
path: root/gdb/ravenscar-thread.c
Commit message (Expand)AuthorAgeFilesLines
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-24/+6
* Fix ravenscar-thread.c for multi-targetTom Tromey2020-01-311-1/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-0/+1
* Multi-target supportPedro Alves2020-01-101-5/+10
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-4/+4
* Change pid_to_str to return std::stringTom Tromey2019-03-131-6/+3
* Minor Ada task cleanupsTom Tromey2019-02-191-2/+0
* Special-case wildcard requests in ravenscar-thread.cTom Tromey2019-02-151-2/+10
* Make the ravenscar thread target multi-target-readyTom Tromey2019-02-151-45/+54
* Minor C++-ification in ravenscar-thread.cTom Tromey2019-02-151-17/+13
* Fix formatting in ravenscar-thread.cTom Tromey2019-02-151-11/+12
* C++-ify ravenscar_arch_opsTom Tromey2019-02-151-7/+3
* Exception safety in ravenscar-thread.cTom Tromey2019-02-151-35/+15
* Fix some typos in ravenscar-thread.cTom Tromey2019-02-151-5/+5
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves2018-11-301-3/+2
* Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves2018-11-301-7/+0
* Fix ravenscar-thread.c to use arch_opsTom Tromey2018-07-221-2/+2
* Remove ptid_equalTom Tromey2018-07-031-3/+3
* Remove ptid_get_tidTom Tromey2018-07-031-2/+2
* Remove ptid_get_lwpTom Tromey2018-07-031-2/+2
* Remove ptid_get_pidTom Tromey2018-07-031-3/+3
* Remove ptid_buildTom Tromey2018-07-031-3/+3
* Eliminate find_target_beneathPedro Alves2018-06-071-26/+13
* Remove regcache_get_ptidSimon Marchi2018-05-301-3/+3
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-8/+8
* target_ops: Use bool throughoutPedro Alves2018-05-031-20/+20
* Convert struct target_ops to C++Pedro Alves2018-05-031-115/+115
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* (Ada) ravenscar-thread.c: remove unwanted trailing \n in call to warningJoel Brobecker2017-11-221-1/+1
* ravenscar: update inferior ptid with event ptidJerome Guitton2017-11-211-1/+3
* (Ada) crash connecting to TSIM simulatorJoel Brobecker2017-11-211-2/+8
* problem debugging ravenscar programs if runtime is strippedJoel Brobecker2017-11-211-0/+8
* Add multiple-CPU support in ravenscar-thread.cJoel Brobecker2017-11-211-34/+136
* watchpoint regression debugging with remote protocol (bare metal)Joel Brobecker2017-11-211-0/+82
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-3/+3
* Constify add_prefix_cmdTom Tromey2017-10-111-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-4/+4
* Use ptid from regcache in almost all remaining nat filesSimon Marchi2017-03-201-6/+9
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* Replace current_inferior ()->gdbarch with its wrapper target_gdbarch.Doug Evans2015-09-191-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Push pruning old threads down to the targetPedro Alves2014-10-151-5/+5