aboutsummaryrefslogtreecommitdiff
path: root/gdb/ravenscar-thread.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-24remote packet sent after Ravenscar inferior exitedJoel Brobecker1-2/+13
2012-05-24gdb/Pedro Alves1-2/+2
2012-03-09Add missing _initialize_ravenscar prototype.Joel Brobecker1-0/+3
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-09-16[Ada] Adjust ada-tasks.c:ada_build_task_listJoel Brobecker1-1/+1
2011-07-04ada-tasks.c: handle known tasks maintained by a simply-linked list.Joel Brobecker1-1/+4
2011-01-102011-01-10 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+3
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-11-23copy/paste typo when registering the `show ravenscar' prefix commandJoel Brobecker1-1/+1
2010-11-23Add missing \n in `show ravenscar task-switching' outputJoel Brobecker1-2/+2
2010-11-23[Ada/ravenscar] New name for active-thread symbolJoel Brobecker1-10/+28
2010-09-28Add support for GNAT Ravenscar run-time library.Joel Brobecker1-0/+434