This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
forked from llvm-mirror/lldb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2440b3a
commit 325cd45
Showing
8 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 5 additions & 2 deletions
7
source/Plugins/LanguageRuntime/ObjC/MulleObjCRuntime/mulle-objc-dangerous-class-storage.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
"static const \n" | ||
"extern \"C\"\n" | ||
"{\n" | ||
"static const\n" | ||
"struct mulle_clang_objccompilerinfo\n" | ||
"{\n" | ||
"unsigned int load_version;\n" | ||
"unsigned int runtime_version;\n" | ||
"} __mulle_objc_objccompilerinfo =\n" | ||
"{\n" | ||
"14, \n" | ||
"15, \n" | ||
"0 \n" | ||
"};\n" | ||
"void *__lldb_objc_get_dangerous_class_storage( void)\n" | ||
"{\n" | ||
"extern void *mulle_objc_lldb_get_dangerous_classstorage_pointer( void);\n" | ||
"return( mulle_objc_lldb_get_dangerous_classstorage_pointer());\n" | ||
"}\n" | ||
"}\n" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 5 additions & 2 deletions
7
source/Plugins/LanguageRuntime/ObjC/MulleObjCRuntime/mulle-objc-object-checker.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
"static const \n" | ||
"extern \"C\"\n" | ||
"{\n" | ||
"static const\n" | ||
"struct mulle_clang_objccompilerinfo\n" | ||
"{\n" | ||
"unsigned int load_version;\n" | ||
"unsigned int runtime_version;\n" | ||
"} __mulle_objc_objccompilerinfo =\n" | ||
"{\n" | ||
"14, \n" | ||
"15, \n" | ||
"0 \n" | ||
"};\n" | ||
"void %s( void *$__lldb_obj, unsigned int $__lldb_sel)\n" | ||
"{\n" | ||
"extern void mulle_objc_lldb_check_object( void *$__lldb_obj, unsigned int $__lldb_sel);\n" | ||
"mulle_objc_lldb_check_object( $__lldb_obj, $__lldb_sel);\n" | ||
"}\n" | ||
"}\n" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters