Re: How gdb's 'attach' command work ?
- From: Andrei Voropaev <avorop@xxxxxxx>
- Date: Fri, 23 Nov 2007 20:21:50 +0000 (UTC)
On 2007-11-20, xi4oyu <Evil.xi4oyu@xxxxxxxxx> wrote:
I wanna know why the gdb's 'attach' command can work?
In the virtual memory enviornment,Does it say that a program can't
direct 'invade' another's processs's space? Please tell me the
reason why gdb can do so...
I think you just misunderstand the statement about virtual memory.
Virtual memory is separate for each process, so the process may think
that it's the only process in memory. But since the virtual memory is
actually stored in RAM (or swap), then of course kernel has access to
that memory and may provide such access to programs that need it. So no
process can directly access the memory of another process, but some
process may request from kernel indirect access to the memory of another
process.
--
Minds, like parachutes, function best when open
.
- References:
- How gdb's 'attach' command work ?
- From: xi4oyu
- How gdb's 'attach' command work ?
- Prev by Date: Re: unknown certificate authority error with bank site
- Next by Date: Personal firewall like Zone Alarm: is it exists?
- Previous by thread: How gdb's 'attach' command work ?
- Next by thread: Re: unknown certificate authority error with bank site
- Index(es):
Relevant Pages
|