aboutsummaryrefslogtreecommitdiff
path: root/gdb/ravenscar-thread.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-4/+4
2019-03-13Change pid_to_str to return std::stringTom Tromey1-6/+3
2019-02-19Minor Ada task cleanupsTom Tromey1-2/+0
2019-02-15Special-case wildcard requests in ravenscar-thread.cTom Tromey1-2/+10
2019-02-15Make the ravenscar thread target multi-target-readyTom Tromey1-45/+54
2019-02-15Minor C++-ification in ravenscar-thread.cTom Tromey1-17/+13
2019-02-15Fix formatting in ravenscar-thread.cTom Tromey1-11/+12
2019-02-15C++-ify ravenscar_arch_opsTom Tromey1-7/+3
2019-02-15Exception safety in ravenscar-thread.cTom Tromey1-35/+15
2019-02-15Fix some typos in ravenscar-thread.cTom Tromey1-5/+5
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves1-3/+2
2018-11-30Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves1-7/+0
2018-07-22Fix ravenscar-thread.c to use arch_opsTom Tromey1-2/+2
2018-07-03Remove ptid_equalTom Tromey1-3/+3
2018-07-03Remove ptid_get_tidTom Tromey1-2/+2
2018-07-03Remove ptid_get_lwpTom Tromey1-2/+2
2018-07-03Remove ptid_get_pidTom Tromey1-3/+3
2018-07-03Remove ptid_buildTom Tromey1-3/+3
2018-06-07Eliminate find_target_beneathPedro Alves1-26/+13
2018-05-30Remove regcache_get_ptidSimon Marchi1-3/+3
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-8/+8
2018-05-03target_ops: Use bool throughoutPedro Alves1-20/+20
2018-05-03Convert struct target_ops to C++Pedro Alves1-115/+115
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-22(Ada) ravenscar-thread.c: remove unwanted trailing \n in call to warningJoel Brobecker1-1/+1
2017-11-21ravenscar: update inferior ptid with event ptidJerome Guitton1-1/+3
2017-11-21(Ada) crash connecting to TSIM simulatorJoel Brobecker1-2/+8
2017-11-21problem debugging ravenscar programs if runtime is strippedJoel Brobecker1-0/+8
2017-11-21Add multiple-CPU support in ravenscar-thread.cJoel Brobecker1-34/+136
2017-11-21watchpoint regression debugging with remote protocol (bare metal)Joel Brobecker1-0/+82
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-3/+3
2017-10-11Constify add_prefix_cmdTom Tromey1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-4/+4
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi1-6/+9
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-1/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-09-19Replace current_inferior ()->gdbarch with its wrapper target_gdbarch.Doug Evans1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-15Push pruning old threads down to the targetPedro Alves1-5/+5
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-07-18fix calls to find_target_beneathTom Tromey1-2/+2
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+1
2014-02-26start change to progspace independenceTom Tromey1-1/+2
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-13/+14