Re: how to continue from a breakpoint in GNU/Hurd

2013-07-16 Thread Luis Machado
Hi, On 07/16/2013 01:28 PM, Yue Lu wrote: Hi. I am writing a debugger demo under GNU/Hurd when I study the gdb source code. And I have met a big problem that when I set a breakpoint in the inferior, my code can't resume inferior from it. I can get the exception message from the mach kernel whe

Re: how to continue from a breakpoint in GNU/Hurd

2013-07-16 Thread Luis Machado
Hi, On 07/16/2013 02:04 PM, Yue Lu wrote: Hi, thanks for you reply. On Wed, Jul 17, 2013 at 12:44 AM, Luis Machado Some general thoughts... Can you make sure the breakpoint has been lifted from the instruction it replaced? If the breakpoint has been lifted and it is still being hit, then it

Re: Fix C++ compilation of the Hurd port

2016-12-23 Thread Luis Machado
On 12/08/2016 01:50 AM, Thomas Schwinge wrote: Hi! I hear, GDB is now a C++ code base? ;-) (Actually, to the best of my knowledge, that makes GDB the first C++ project to use low-level Mach/Hurd interfaces.) No doubt this will need to be polished some more, but to at least restore the build, I