Re: Re: Re: [Qemu-devel] [PATCH] Fix to gdb - wrong translation block invalidated when setting gdb breakpoints

2006-01-04 Thread Mulyadi Santosa
Hi Andre... > The problem that you are running into here is that sys_uname has been > replaced by sys_newuname in kernel/sys.c. When I put a breakpoint in > this function, everything works correctly when I run uname in the > virtual machine. yes, you're right. sys_newuname is the system call hand

Re: Re: [Qemu-devel] [PATCH] Fix to gdb - wrong translation block invalidated when setting gdb breakpoints

2006-01-03 Thread Andre Pech
Hi Mulyadi, The problem that you are running into here is that sys_uname has been replaced by sys_newuname in kernel/sys.c. When I put a breakpoint in this function, everything works correctly when I run uname in the virtual machine. I'm not sure I exactly understand your concern that breakpoints

Re: Re: [Qemu-devel] [PATCH] Fix to gdb - wrong translation block invalidated when setting gdb breakpoints

2006-01-01 Thread Mulyadi Santosa
Hello Andre... > Not a problem. I only started using qemu a month ago, so it took me a > while to get oriented in the code and understand what was going on. I > must say that I've been really impressed with qemu so far. There was an interesting case I had found recently. In Linux kernel for i386