This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Addition of a special memory reading command


>> The cli form of the "info proc mappings" command is not very suitable
>> for the frontend. Maybe creating an MI equivalent to the "info proc
>> mappings" would be nice. The MI form also enables me to specify the
>> thread. That is needed in my VM scenario, because I represent
>> processors as threads and each processor can be in different
>> addressing mode.
>
> Are you aware GDB remote protocol can debug multiple processes at the same time?
> Separate processes may be more appropriate if the addressing modes are
> very different - which I do not know.

You mean representing processors as processes? Well, that might be
realizable in gdb. But I am afraid that it would cause a lot of
troubles in eclipse. For example, eclipse launch a separate gdb
session for each debugged process.

Tomas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]