[lldb/Breakpoint] Include whether or not a breakpoint is a HW BP
authorJonas Devlieghere <jonas@devlieghere.com>
Sat, 25 Jan 2020 01:16:02 +0000 (17:16 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Sat, 25 Jan 2020 03:24:25 +0000 (19:24 -0800)
commitd8e0f4fae7a2d6a2510d9eea21a12ed9b8948d65
tree15b301f9ffeb6713849e20a8e404f76dbd7c87c5
parent2bc38ab3d038344317b7299e4a562f5724180f5a
[lldb/Breakpoint] Include whether or not a breakpoint is a HW BP

Include whether or not a breakpoint is a hardware breakpoint in the
breakpoint location. This will show up in things like the breakpoint
list.

Differential revision: https://reviews.llvm.org/D73389
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py
lldb/source/Breakpoint/BreakpointLocation.cpp