History log of /external/lldb/test/python_api/lldbutil/iter/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
87a5c11cf39eb6d1974a470694afb0c265f0221e 25-Jan-2013 Daniel Malea <daniel.malea@intel.com> Update test scripts and Makefiles to allow testing with GCC:
- introduce new variable ARCHFLAG in make/Makefile.rules to switch between "-arch" on Mac and "-m" everywhere else
- update testcase makefiles to use LD_EXTRAS instead of LDFLAGS (the former interacts with Makefile.rules badly)
- special treatment for gcc 4.6: replace "-std=c++11" with "-std=c++0x" as the former is not handled correctly
- remove hardcoded "-arch" from test Makefile

This patch should not have any effect on lldb on Mac OS X.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@173402 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/lldbutil/iter/Makefile
0dd2fc716bf19f1bc87535a5bc613d5b17afeeab 09-Nov-2012 Jason Molenda <jmolenda@apple.com> Patch from Dan Malea daniel.malea@gmail.com to add some required
flags to the Linux makefiles to get the tests to run.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@167600 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/lldbutil/iter/Makefile
abb3b2d796da9e081cd545b710d23c514489f895 12-May-2011 Johnny Chen <johnny.chen@apple.com> Add two utility functions:

o get_parent_frame(frame)
o get_args_as_string(frame)

to lldbutil.py and create TestFrameUtils.py to exercise the utils.
Plus re-arrange the test/python_api/lldbutil to have three directories
for testing iteration, process stack traces, and the just added frame utils.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@131213 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/lldbutil/iter/Makefile