This patch teaches LLDB about more fields on NSException Obj-C objects, specifically we can now retrieve the "name" and "reason" of an NSException. The goal is to eventually be able to have SB API that can provide details about the currently thrown/caught/processed exception. Differential Revision: https://reviews.llvm.org/D43884 llvm-svn: 346695
10 lines
134 B
Makefile
10 lines
134 B
Makefile
LEVEL = ../../../make
|
|
|
|
OBJC_SOURCES := main.m
|
|
|
|
CFLAGS_EXTRAS += -w
|
|
|
|
include $(LEVEL)/Makefile.rules
|
|
|
|
LDFLAGS += -framework Foundation
|