diff options
author | Justus Winter <justus@gnupg.org> | 2017-08-12 13:29:56 +0200 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2017-08-12 13:29:56 +0200 |
commit | 0b96b98294901442de8196e21fff7c5fd79750ef (patch) | |
tree | 984ca7c720f9f22eb24e94452f3bed1a37935c85 /doc | |
parent | 2996a4cfe987e6feb7c705354908ae2e59366d65 (diff) | |
download | gnumach-0b96b98294901442de8196e21fff7c5fd79750ef.tar.gz gnumach-0b96b98294901442de8196e21fff7c5fd79750ef.tar.bz2 gnumach-0b96b98294901442de8196e21fff7c5fd79750ef.zip |
ddb: Add magic variable $mapXX.
Maps '$mapXX' to a VM map structure address. @var{xx} is a task
identification number printed by a @code{show all tasks} command.
* ddb/db_task_thread.c (db_get_map): New function.
* ddb/db_task_thread.h (db_get_map): New declaration.
* ddb/db_variables.c (db_vars): Add new variable.
* doc/mach.texi: Document this.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mach.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/mach.texi b/doc/mach.texi index b2357b81..913e8bbd 100644 --- a/doc/mach.texi +++ b/doc/mach.texi @@ -7155,6 +7155,11 @@ Task or thread structure address. @var{xx} and @var{yy} are task and thread identification numbers printed by a @code{show all threads} command respectively. This variable is read only. +@item map@var{xx} +VM map structure address. @var{xx} is a task identification number +printed by a @code{show all tasks} command. This variable is read +only. + @item thread The default target thread. The value is used when @code{t} option is specified without explicit thread structure address parameter in command |