mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-30 16:20:42 +00:00
34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>SetHardwareBreakpoint/bph/bphws</title>
|
|
<meta name="GENERATOR" content="WinCHM">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<style>
|
|
html,body {
|
|
/* Default Font */
|
|
font-family: Courier New;
|
|
font-size: 11pt;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<P><STRONG>SetHardwareBreakpoint[,bph,bphws]<BR></STRONG>Set a
|
|
hardware breakpoint (using debug registers).</P>
|
|
<P class=rvps3><SPAN class=rvts11><U>arguments</U> <BR></SPAN><SPAN
|
|
class=rvts9>
|
|
arg1: Address of the hardware breakpoint.</SPAN> </P>
|
|
<P class=rvps3><SPAN class=rvts9>[arg2]: Hardware breakpoint type. Can be either 'r'
|
|
(readwrite), 'w' (write) or 'x' (execute). When not specified, 'x' is
|
|
assumed.</SPAN> </P>
|
|
<P class=rvps3><SPAN class=rvts9>
|
|
[arg3]: Hardware breakpoint
|
|
size.</SPAN> Can be
|
|
either '1', '2', '4' or '8' (x64 only). Per default, '1' is assumed. The address
|
|
you're putting the hardware breakpoint on must be aligned to the specified
|
|
size. </P>
|
|
<P class=rvps3><SPAN class=rvts11><U>result <BR></U></SPAN><SPAN
|
|
class=rvts9>This command does not set any result
|
|
variables.</SPAN> </P></body>
|