kib 83f30eda37 Implement x86 ptrace(2) requests PT_{GET,SET}{FS,GS}BASE.
MFC r284918:
Add helper fill_based_sd(9).

MFC r284919:
Add x86 PT_GETFSBASE, PT_GETGSBASE machine-depended ptrace requests to
obtain the thread %fs and %gs bases.  Add x86 PT_SETFSBASE and
PT_SETGSBASE requests to set the bases from debuggers.  The set
requests, similarly to the sysarch({I386,AMD64}_SET_FSBASE), override
the corresponding segment registers.

MFC r284965:
Document x86 machine-specific ptrace(2) requests.

MFC r285011:
Disallow a debugger on 64bit system to set fs/gs bases of the 32bit
process beyond the end of the process address space.

MFC r285104:
Grammar and language fixes.
2015-08-05 08:17:10 +00:00
..
2015-07-30 00:24:21 +00:00
2015-08-05 07:21:44 +00:00
2015-06-02 14:54:53 +00:00
2015-06-16 20:00:53 +00:00
2014-12-31 23:25:37 +00:00
2014-10-18 19:22:59 +00:00
2015-08-05 00:00:06 +00:00
2015-08-01 22:56:42 +00:00
2015-08-02 16:25:21 +00:00
2015-06-06 18:03:36 +00:00
2015-06-02 14:54:53 +00:00
2015-08-03 08:04:31 +00:00
2015-02-02 08:05:11 +00:00
2015-07-16 14:41:58 +00:00
2015-05-31 23:29:04 +00:00
2015-07-31 03:40:09 +00:00
2015-07-23 19:58:56 +00:00
2015-07-15 21:09:38 +00:00
2015-07-31 12:02:44 +00:00
2014-06-22 21:26:46 +00:00
2015-01-01 10:44:20 +00:00
2015-07-11 21:59:15 +00:00
2015-06-21 06:28:26 +00:00
2015-06-21 06:28:26 +00:00
2015-07-30 02:06:29 +00:00
2015-07-11 19:11:40 +00:00
2015-08-05 07:29:59 +00:00
2015-07-21 07:22:18 +00:00