diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:50:09 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:50:09 +0000 |
commit | f3fbd1c0586ff6ec7895991e6c28f61a503c36a8 (patch) | |
tree | 48d008fd3df8c0e73271a4b18474e0aac6dbfe33 /source/Target/ThreadPlanStepThrough.cpp | |
parent | 2fc5d2d1dfaf623ce4e24cd8590565902f8c557c (diff) |
Notes
Diffstat (limited to 'source/Target/ThreadPlanStepThrough.cpp')
-rw-r--r-- | source/Target/ThreadPlanStepThrough.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Target/ThreadPlanStepThrough.cpp b/source/Target/ThreadPlanStepThrough.cpp index a5346a4cddee..c345b6a7d4ac 100644 --- a/source/Target/ThreadPlanStepThrough.cpp +++ b/source/Target/ThreadPlanStepThrough.cpp @@ -124,7 +124,7 @@ ThreadPlanStepThrough::GetDescription (Stream *s, lldb::DescriptionLevel level) s->Address(m_start_address, sizeof (addr_t)); if (m_backstop_bkpt_id != LLDB_INVALID_BREAK_ID) { - s->Printf (" with backstop breakpoint id: %d at address: ", m_backstop_bkpt_id); + s->Printf(" with backstop breakpoint ID: %d at address: ", m_backstop_bkpt_id); s->Address (m_backstop_addr, sizeof (addr_t)); } else |