[Lldb-commits] [PATCH] D20135: Keep original source path and mapped path in LineEntry

Ted Woodward via lldb-commits lldb-commits at lists.llvm.org
Wed May 11 14:44:08 PDT 2016


ted updated this revision to Diff 56967.
ted marked an inline comment as done.
ted added a comment.

Addressed Jim's comments.

Make BreakpointResolver check both original and mapped files.
Changed ThreadPlanStepOverRange line 235 to use original_file.
Changed "struct SourceInfo" operators in CommandobjectSource to use original file.
Changed LineEntry::GetSameLineContiguousAddressRagne to use original file.


http://reviews.llvm.org/D20135

Files:
  include/lldb/Symbol/LineEntry.h
  source/Breakpoint/BreakpointResolver.cpp
  source/Commands/CommandObjectSource.cpp
  source/Symbol/LineEntry.cpp
  source/Symbol/LineTable.cpp
  source/Symbol/SymbolContext.cpp
  source/Target/StackFrame.cpp
  source/Target/StackFrameList.cpp
  source/Target/ThreadPlanStepOverRange.cpp
  source/Target/ThreadPlanStepRange.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20135.56967.patch
Type: text/x-patch
Size: 13841 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160511/ffc387e7/attachment.bin>


More information about the lldb-commits mailing list