[Lldb-commits] [PATCH] D18978: Support Linux on SystemZ as platform

Ulrich Weigand via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 13 11:03:49 PDT 2016


uweigand updated this revision to Diff 53593.
uweigand added a comment.

Updated to provide ABI::GetFallbackRegisterLocation instead of ABI::CFAOffset.

Added core file test.


http://reviews.llvm.org/D18978

Files:
  cmake/LLDBDependencies.cmake
  include/lldb/Core/ArchSpec.h
  packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py
  packages/Python/lldbsuite/test/functionalities/disassembly/TestDisassembleBreakpoint.py
  packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/TestLinuxCore.py
  packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/s390x.core
  packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/s390x.out
  packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py
  packages/Python/lldbsuite/test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py
  packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py
  packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py
  packages/Python/lldbsuite/test/lldbplatformutil.py
  packages/Python/lldbsuite/test/make/Makefile.rules
  packages/Python/lldbsuite/test/python_api/watchpoint/TestSetWatchpoint.py
  packages/Python/lldbsuite/test/python_api/watchpoint/TestWatchpointIgnoreCount.py
  packages/Python/lldbsuite/test/python_api/watchpoint/TestWatchpointIter.py
  packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
  packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py
  packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
  source/API/SystemInitializerFull.cpp
  source/Core/ArchSpec.cpp
  source/Host/common/HostInfoBase.cpp
  source/Plugins/ABI/CMakeLists.txt
  source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  source/Plugins/ABI/SysV-s390x/ABISysV_s390x.h
  source/Plugins/ABI/SysV-s390x/CMakeLists.txt
  source/Plugins/ObjectFile/ELF/ELFHeader.cpp
  source/Plugins/Platform/Linux/PlatformLinux.cpp
  source/Plugins/Process/Linux/CMakeLists.txt
  source/Plugins/Process/Linux/NativeProcessLinux.cpp
  source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp
  source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.h
  source/Plugins/Process/Utility/CMakeLists.txt
  source/Plugins/Process/Utility/RegisterContextLinux_s390x.cpp
  source/Plugins/Process/Utility/RegisterContextLinux_s390x.h
  source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.cpp
  source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h
  source/Plugins/Process/Utility/RegisterContext_s390x.h
  source/Plugins/Process/Utility/RegisterInfos_s390x.h
  source/Plugins/Process/Utility/lldb-s390x-register-enums.h
  source/Plugins/Process/elf-core/CMakeLists.txt
  source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.cpp
  source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.h
  source/Plugins/Process/elf-core/ThreadElfCore.cpp
  source/Plugins/Process/elf-core/ThreadElfCore.h
  source/Target/Platform.cpp
  source/Target/Thread.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18978.53593.patch
Type: text/x-patch
Size: 121131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160413/e26eea33/attachment-0001.bin>


More information about the lldb-commits mailing list