aboutsummaryrefslogtreecommitdiff
path: root/gdb/ravenscar-thread.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-26change minsym representationTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_get_ada_task_ptidTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_extra_thread_infoTom Tromey1-2/+3
2014-02-13cleanup: remove declared variables without any referencesSanimir Agovic1-2/+0
2014-01-16Add target_ops argument to to_prepare_to_storeMarkus Metzger1-3/+5
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-08-05more add_target removalsTom Tromey1-1/+1
2013-04-19-Wpointer-sign: char -> gdb_byte.Pedro Alves1-1/+1
2013-02-12Consistent use of (C) after "Copyright".Pedro Alves1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-15gdbarch-ification of ravenscar-thread support.Joel Brobecker1-18/+26
2012-12-15minor ravenscar-thread cleanupJoel Brobecker1-29/+6
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-1/+1