From 7428a18c1e9ba131022184746889b69308c0180d Mon Sep 17 00:00:00 2001 From: Kate Stone Date: Thu, 14 Jul 2016 22:03:10 +0000 Subject: LLDB help content has accumulated over time without a recent attempt to review it for consistency, accuracy, and clarity. These changes attempt to address all of the above while keeping the text relatively terse. llvm-svn: 275485 --- lldb/source/Target/ThreadPlanStepThrough.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Target/ThreadPlanStepThrough.cpp') diff --git a/lldb/source/Target/ThreadPlanStepThrough.cpp b/lldb/source/Target/ThreadPlanStepThrough.cpp index a5346a4cdde..c345b6a7d4a 100644 --- a/lldb/source/Target/ThreadPlanStepThrough.cpp +++ b/lldb/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 -- cgit v1.2.3