hanchenye-llvm-project/lldb
Kuba Mracek b4ade53320 [lldb] Refactor ObjC/NSException.cpp (cleanup, avoid code duplication). NFC.
- Refactor reading of NSException fields into ExtractFields method to avoid code duplication.
- Remove "m_child_ptr" field, as it's not used anywhere.
- Clang-format.

Differential Revision: https://reviews.llvm.org/D44073

llvm-svn: 346679
2018-11-12 17:25:23 +00:00
..
cmake [CMake] Allow version overrides with -DLLDB_VERSION_MAJOR/MINOR/PATCH/SUFFIX 2018-11-12 16:22:28 +00:00
docs Test commit 2018-11-03 05:12:15 +00:00
examples Remove header grouping comments. 2018-11-11 23:17:06 +00:00
include/lldb [ClangASTContext] Extract VTable pointers from C++ objects 2018-11-12 16:23:50 +00:00
lit [PDB] Fix `vbases.test` requirement 2018-11-12 16:45:55 +00:00
lldb.xcodeproj Change $CURRENT_ARCH settings in xcode project file to hardcoded 2018-11-08 22:41:19 +00:00
lldb.xcworkspace Fix a typo in the gtest build target for Debug configuration. 2018-04-10 17:49:56 +00:00
packages/Python/lldbsuite Remove header grouping comments. 2018-11-11 23:17:06 +00:00
resources Fix up Info.plist when building LLDB.framework with CMake 2018-06-19 02:59:30 +00:00
scripts Update framework-header-fix to force system sed 2018-11-04 15:55:28 +00:00
source [lldb] Refactor ObjC/NSException.cpp (cleanup, avoid code duplication). NFC. 2018-11-12 17:25:23 +00:00
test Allow use of self.filecheck in LLDB tests (c.f self.expect) 2018-09-18 19:31:47 +00:00
third_party/Python/module
tools Remove header grouping comments. 2018-11-11 23:17:06 +00:00
unittests Remove header grouping comments. 2018-11-11 23:17:06 +00:00
utils Fix typos. 2018-10-04 22:33:39 +00:00
www [lldb] Introduce StackFrameRecognizer [take 3] 2018-10-31 04:00:22 +00:00
.arcconfig
.clang-format
.gitignore [dotest] Remove crashinfo hook 2018-01-10 10:18:47 +00:00
CMakeLists.txt [CMake] Allow version overrides with -DLLDB_VERSION_MAJOR/MINOR/PATCH/SUFFIX 2018-11-12 16:22:28 +00:00
CODE_OWNERS.txt Fix/unify the spelling of Objective-C. 2018-06-13 16:21:24 +00:00
INSTALL.txt
LICENSE.TXT
use_lldb_suite_root.py