[PATCH] D42582: [lldb][PPC64] Fixed step-in stopping in the wrong line

Leandro Lupori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 07:25:07 PST 2018


luporl updated this revision to Diff 136078.
luporl added a comment.

- Merge branch 'master' into fix-step-in
- Added break in function local entry point test

Also added a "Where:" output line, to be able to match the breakpoint
location with function symbol plus offset.


https://reviews.llvm.org/D42582

Files:
  include/lldb/Core/Architecture.h
  lit/Breakpoint/Inputs/ppc64-localentry.s
  lit/Breakpoint/ppc64-localentry.test
  lit/lit.cfg
  source/API/SystemInitializerFull.cpp
  source/Breakpoint/BreakpointResolverName.cpp
  source/Plugins/Architecture/CMakeLists.txt
  source/Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
  source/Plugins/Architecture/PPC64/ArchitecturePPC64.h
  source/Plugins/Architecture/PPC64/CMakeLists.txt
  source/Target/ThreadPlanStepInRange.cpp
  tools/lldb-test/SystemInitializerTest.cpp
  tools/lldb-test/lldb-test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42582.136078.patch
Type: text/x-patch
Size: 14523 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180227/af715801/attachment-0001.bin>


More information about the llvm-commits mailing list