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

php - How to serve a file for download on WordPress -

how to share virtual sharepoint server and get it in host windows and visual studio? -