On Thu, May 14, 2015 at 05:43:52PM +0100, Peter Maydell wrote:
> This patchset adds support for two new commands to our
> gdb scripts, which allow dynamically enabling and disabling
> tracing of events, like this:
>
> (gdb) source scripts/qemu-gdb.py
> (gdb) qemu trace-enable translate_block
> En
On Thu, May 14, 2015 at 05:43:52PM +0100, Peter Maydell wrote:
> This patchset adds support for two new commands to our
> gdb scripts, which allow dynamically enabling and disabling
> tracing of events, like this:
>
> (gdb) source scripts/qemu-gdb.py
> (gdb) qemu trace-enable translate_block
> En
Jan Kiszka writes:
> On 2015-05-15 15:21, Markus Armbruster wrote:
>> Jan Kiszka writes:
>>
>>> On 2015-05-15 14:18, Markus Armbruster wrote:
Peter Maydell writes:
> On 15 May 2015 at 08:58, Markus Armbruster wrote:
>> Since you're touching qemu-gdb.py anyway, could you stic
On 2015-05-15 15:21, Markus Armbruster wrote:
> Jan Kiszka writes:
>
>> On 2015-05-15 14:18, Markus Armbruster wrote:
>>> Peter Maydell writes:
>>>
On 15 May 2015 at 08:58, Markus Armbruster wrote:
> Since you're touching qemu-gdb.py anyway, could you stick in a brief
> comment exp
Jan Kiszka writes:
> On 2015-05-15 14:18, Markus Armbruster wrote:
>> Peter Maydell writes:
>>
>>> On 15 May 2015 at 08:58, Markus Armbruster wrote:
Since you're touching qemu-gdb.py anyway, could you stick in a brief
comment explaining how to put it to use?
>>>
>>> Good idea. It tur
On 2015-05-15 14:18, Markus Armbruster wrote:
> Peter Maydell writes:
>
>> On 15 May 2015 at 08:58, Markus Armbruster wrote:
>>> Since you're touching qemu-gdb.py anyway, could you stick in a brief
>>> comment explaining how to put it to use?
>>
>> Good idea. It turns out the answer is just "sou
Peter Maydell writes:
> On 15 May 2015 at 08:58, Markus Armbruster wrote:
>> Since you're touching qemu-gdb.py anyway, could you stick in a brief
>> comment explaining how to put it to use?
>
> Good idea. It turns out the answer is just "source it from gdb",
> but it took me a little while to fi
On 15 May 2015 at 08:58, Markus Armbruster wrote:
> Since you're touching qemu-gdb.py anyway, could you stick in a brief
> comment explaining how to put it to use?
Good idea. It turns out the answer is just "source it from gdb",
but it took me a little while to find that out, so worth commenting.
Since you're touching qemu-gdb.py anyway, could you stick in a brief
comment explaining how to put it to use?
This patchset adds support for two new commands to our
gdb scripts, which allow dynamically enabling and disabling
tracing of events, like this:
(gdb) source scripts/qemu-gdb.py
(gdb) qemu trace-enable translate_block
Enabled trace event translate_block
Breakpoint 1 at 0xb634f: file ../trace/gene
10 matches
Mail list logo