Displaying 2 results from an estimated 2 matches for "dbga".
Did you mean:
dbg
2010 Jan 22
0
ANNOUNCE: edtdbg debugging tool
...r. This is done by inserting a call to
browser() and then re-sourcing the code at R.
* ,bru
This undoes the last action of ,br thus removing the last
breakpoint. If you wish to remove a different breakpoint, you
need to do that manually.
* ,dbga
This tells R to set the debug status on all of your functions,
i.e. call debug() on them.
* ,dbgf
This tells R to display a list of our functions with the
status on each, regarding whether the function is currently
the subject of a debug(...
2009 Aug 28
64
[PATCH 2/2] graphics passthrough with VT-d
This patch supports basic gfx passthrough on QEMU:
- disable emulated VGA adpater if there is passthroughed gfx
- register/unregister legacy VGA I/O ports and MMIOs for passthroughed gfx
Signed-off-by: Ben Lin <ben.y.lin@intel.com>
Signed-off-by: Weidong Han <weidong.han@intel.com>
_______________________________________________
Xen-devel mailing list