| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
I could not get http://llvm.org/bugs/show_bug.cgi?id=16016)
to fail on my end running 10 times in a row. Re-enabling
the test.
llvm-svn: 202446
|
|
|
|
| |
llvm-svn: 199557
|
|
|
|
|
|
| |
and remote targets.
llvm-svn: 197266
|
|
|
|
|
|
|
|
|
|
| |
"mydir" inside each test case.
This has led to many test suite failures because of copy and paste where new test cases were based off of other test cases and the "mydir" variable wasn't updated.
Now you can call your superclasses "compute_mydir()" function with "__file__" as the sole argument and the relative path will be computed for you.
llvm-svn: 196985
|
|
|
|
|
|
|
| |
llvm.org/pr18190
llvm.org/pr18191
llvm-svn: 196792
|
|
|
|
|
|
| |
For this test case, one needs to get the name of the symbol since we don't have debug info to generate an SBFunction
llvm-svn: 193879
|
|
|
|
| |
llvm-svn: 193844
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
llvm.org/pr15261 missing size for static arrays
llvm.org/pr15278 expressions generating signals
llvm.org/pr15824 thread states aren't properly maintained
llvm.org/pr16696 threaded inferior debugging not yet on FreeBSD
llvm.org/pr17214 inline stepping fails on FreeBSD
llvm.org/pr17225 Clang assertion failure
llvm.org/pr17226 frame info lost after failed expression evaluation
llvm.org/pr17228 test timeout
The first three are existing Linux issues that also affect FreeBSD.
llvm-svn: 190698
|
|
|
|
| |
llvm-svn: 190070
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
This merge brings in the improved 'platform' command that knows how to
interface with remote machines; that is, query OS/kernel information, push
and pull files, run shell commands, etc... and implementation for the new
communication packets that back that interface, at least on Darwin based
operating systems via the POSIXPlatform class. Linux support is coming soon.
Verified the test suite runs cleanly on Linux (x86_64), build OK on Mac OS
X Mountain Lion.
Additional improvements (not in the source SVN branch 'lldb-platform-work'):
- cmake build scripts for lldb-platform
- cleanup test suite
- documentation stub for qPlatform_RunCommand
- use log class instead of printf() directly
- reverted work-in-progress-looking changes from test/types/TestAbstract.py that work towards running the test suite remotely.
- add new logging category 'platform'
Reviewers: Matt Kopec, Greg Clayton
Review: http://llvm-reviews.chandlerc.com/D1493
llvm-svn: 189295
|
|
|
|
| |
llvm-svn: 187155
|
|
|
|
|
|
|
| |
- filed llvm.org/pr16016
- fixed URL for llvm.org/pr16000
llvm-svn: 181902
|
|
|
|
| |
llvm-svn: 181858
|
|
|
|
|
|
| |
programs or they won't run.
llvm-svn: 181857
|
|
|
|
|
|
|
| |
- fix typo initializing unique_ptr
- add missing throw specifier to play nice with older libstdc++ exception class
llvm-svn: 181831
|
|
|
|
|
|
|
| |
- older versions of clang are unable to include <chrono> from libstdc++
- skipping tests until buildbots are updated
llvm-svn: 181829
|
|
|
|
|
|
|
|
|
| |
- test_breakpoint_callback -- filed llvm.org/pr-16000
- test_listener_resume -- resume a process from a thread waiting on SBListener
- test_listener_event_description -- SBEvent description from SBListener thread
- test_listener_event_process -- query process/thread/stack info from SBListener thread
llvm-svn: 181819
|
|
|
|
|
|
|
|
|
| |
lldbtest.py
- moved build logic from Makefile and TestPublicAPIHeaders.py into lldbtest to allow reuse
- added decorator @skipIfi386
llvm-svn: 180955
|
|
|
|
|
|
|
| |
- LLDB C++ API requires C++11
- provide required -std=c++11 flag if none is specified
llvm-svn: 180126
|
|
|
|
|
|
| |
must be preserved.
llvm-svn: 175822
|
|
|
|
|
|
|
|
| |
-Change the build_dir variable name to lib_dir
-Set lib_dir to the correct location on Linux
-Set LD_EXTRAS to the actual lldb library
llvm-svn: 175664
|
|
|
|
|
|
|
|
| |
Mac OS X)
- since the test program needs to link with LLDB, the test is invalid in 32-bit mode.
llvm-svn: 173372
|
|
|
|
|
|
|
|
| |
place that depended explicitly
on the output of "break set". Please don't do this sort of thing!!!!!
llvm-svn: 164433
|
|
|
|
| |
llvm-svn: 157678
|
|
|
|
|
|
| |
With some minor modification from me.
llvm-svn: 147160
|
|
|
|
|
|
| |
Add debug statements for the raw bytes and the disassembled instruction.
llvm-svn: 146676
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
clients to disassemble a series of raw bytes as
demonstrated by a new testcase.
In the future, this API will also allow clients
to provide a callback that adds comments for
addresses in the disassembly.
I also modified the SWIG harness to ensure that
Python ByteArrays work as well as strings as
sources of raw data.
llvm-svn: 146611
|
|
|
|
|
|
|
|
| |
be in the target. All of the environment, args, stdin/out/err files, etc have
all been moved. Also re-enabled the ability to launch a process in a separate
terminal on MacOSX.
llvm-svn: 144061
|
|
|
|
| |
llvm-svn: 142663
|
|
|
|
| |
llvm-svn: 136918
|
|
containing SB*.h headers.
There should be nothing unwanted there and a simpe main.cpp (generated from main.cpp.template)
which includes SB*.h should compile and link with the LLDB framework.
llvm-svn: 136894
|