Include whether or not a breakpoint is a hardware breakpoint in the breakpoint list.
(lldb) breakpoint list Current breakpoints: 1: name = 'main', locations = 1, resolved = 1, hit count = 0 1.1: where = a.out`main + 15 at <stdin>:18:10, address = 0x0000000100000f9f, resolved, hardware, hit count = 0 (lldb) breakpoint list -v Current breakpoints: 1: name = 'main' 1.1: module = /Volumes/Jonas/llvm/build-ra/a.out compile unit = - function = main location = /Volumes/Jonas/llvm/build-ra/<stdin>:18:10 address = 0x0000000100000f9f resolved = true hardware = true hit count = 0