[Lldb-commits] [PATCH] D15715: Don't pack the structs of the jit debug interface
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 22 07:26:57 PST 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL256244: Don't pack the structs of the jit debug interface (authored by tberghammer).
Changed prior to commit:
http://reviews.llvm.org/D15715?vs=43444&id=43445#toc
Repository:
rL LLVM
http://reviews.llvm.org/D15715
Files:
lldb/trunk/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
Index: lldb/trunk/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
===================================================================
--- lldb/trunk/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
+++ lldb/trunk/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
@@ -90,7 +90,6 @@
JIT_UNREGISTER_FN
} jit_actions_t;
-#pragma pack(push, 4)
template <typename ptr_t>
struct jit_code_entry
{
@@ -107,7 +106,6 @@
ptr_t relevant_entry; // pointer
ptr_t first_entry; // pointer
};
-#pragma pack(pop)
JITLoaderGDB::JITLoaderGDB (lldb_private::Process *process) :
JITLoader(process),
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15715.43445.patch
Type: text/x-patch
Size: 603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151222/043ac5de/attachment.bin>
More information about the lldb-commits
mailing list