Re: re-enabling debugging of 32 bit processes with 64 bit debugger

2019-06-29 Thread Christos Zoulas
In article , Andrew Cagney wrote: > >Having 32-bit and 64-bit debuggers isn't sufficient. Specifically, it >can't handle an exec() call where the new executable has a different >ISA; and this imnsho is a must have. It is really hard to make a 32 bit debugger work on a 64 bit system because of

Re: re-enabling debugging of 32 bit processes with 64 bit debugger

2019-06-29 Thread Andrew Cagney
> > What do you think? SHould we make the code work like before? Or this is > > functionality that we don't want to have because it is "dumb"? (I think > > that Max here means that it adds complexity and it could be dangerous, > > but I am just guessing) > > I'm baffled that this is even