You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LLDB uses separate indexing for breakpoints and watchpoints unlike GDB
(and thus MI protocol too) which uses the same space of indices for
both. So, it is necessary to provide some mapping that maps possibly
overlapping breakpoint and watchpoint LLDB IDs to non-overlapping GDB
IDs.
This commit adds such mechanism to CMICmnLLDBDebugSessionInfo class.
Existing methods and commands are modified to support new indexing and
watchpoints. Also, there introduced some new methods that will be used
by further commits.
0 commit comments