debugging - lldb set maximum watchpoint count -


i facing little problem lldb, whenever want watch expression, error:

error: watchpoint creation failed (addr=0x61f2e70, size=4). error: number of supported hardware watchpoints (0) has been reached

and when

watchpoint list -b

it tells me

number of supported hardware watchpoints: 0

no watchpoints set.

is there command in lldb set maximum count of possible watchpoints / supported watchpoints?

thanks

the platform you're debugging not support hardware breakpoints, or if does, support not configured version of lldb you're using.


Comments

Popular posts from this blog

Change the color of an oval at click in Java AWT -

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -