- Sep 13, 2013
-
-
Ed Maste authored
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
-
Ed Maste authored
llvm-svn: 190695
-
- Sep 12, 2013
-
-
Ed Maste authored
llvm.org/pr17213 Expression evaluation fails on FreeBSD in some cases llvm-svn: 190622
-
Richard Mitton authored
This allows the PC to be directly changed to a different line. It's similar to the example python script in examples/python/jump.py, except implemented as a builtin. Also this version will track the current function correctly even if the target line resolves to multiple addresses. (e.g. debugging a templated function) llvm-svn: 190572
-
rdar://problem/14071463Enrico Granata authored
SVN r189964 provided a sample Python script to inspect unordered(multi){set|map} with synthetic children, contribued by Jared Grubb This checkin converts that sample script to a C++ provider built into LLDB A test case is also provided llvm-svn: 190564
-
- Sep 10, 2013
-
-
Ed Maste authored
llvm.org/pr17184 expression interpreter fails for crash/assert tests llvm-svn: 190416
-
Ed Maste authored
http://llvm.org/pr17183 expression w/ varargs printf() fails http://llvm.org/pr15302 'anonymous namespace' prefix missing llvm-svn: 190415
-
- Sep 09, 2013
-
-
Daniel Malea authored
- occasional lldb hangs are causing noisy buildbots and trouble in the (Debian/Ubuntu) package builder llvm-svn: 190355
-
Ed Maste authored
(I didn't take a guess at the Linux names, as these tests are currently skipped with the comment "No standard locations for libc++ on Linux.") llvm-svn: 190307
-
Ed Maste authored
llvm-svn: 190287
-
Ed Maste authored
llvm-svn: 190286
-
Ed Maste authored
llvm-svn: 190285
-
- Sep 07, 2013
-
-
Matt Kopec authored
llvm-svn: 190214
-
- Sep 05, 2013
-
-
Daniel Malea authored
- TestRegisters passes locally (llvm.org/pr16301 no longer reproduces) -- verifying this on buildbots - TestTargetWatchAddress also passes locally, and referenced llvm.org/pr14323 which is now closed llvm-svn: 190104
-
Ed Maste authored
I accidentally dropped this in r189879 in the change from /bin/bash to /bin/sh. llvm-svn: 190103
-
Daniel Malea authored
- 'run' alias no longer includes the '--' for positional arguments... does not seem like a real bug. - 2.234f is not a great number for the float tests (due to precision/printing issues) so use 0.5f instead llvm-svn: 190100
-
Ed Maste authored
llvm-svn: 190070
-
- Sep 04, 2013
-
-
Andrew Kaylor authored
llvm-svn: 189953
-
Ed Maste authored
/bin/sh is more portable, and all systems with /bin/bash are expected to have /bin/sh as well, even if only a link to bash. Review: http://llvm-reviews.chandlerc.com/D1576 llvm-svn: 189879
-
- Aug 30, 2013
-
-
Ed Maste authored
A FreeBSD implementation of Host::FindProcesses was added in r189295. Contrary to my earlier report of failing tests it seems all attach by name tests now pass. http://www.llvm.org/pr16699 llvm-svn: 189680
-
Ed Maste authored
llvm.org/pr16684 llvm-svn: 189679
-
Ashok Thirumurthi authored
llvm-svn: 189678
-
Ed Maste authored
http://www.llvm.org/pr16697 llvm-svn: 189668
-
Ed Maste authored
A FreeBSD implementation of Host::FindProcesses was added in r189295. Note that some tests still fail as the implementation returns a truncated name for processes with long names. http://www.llvm.org/pr16699 llvm-svn: 189667
-
- Aug 27, 2013
-
-
Daniel Malea authored
- add default timeout of 10s (unil qPlatform_RunCommand supports timeout packets and CommandObjectPlatform is updated to read a timeout flag/setting) - add a few tests for platform shell llvm-svn: 189405
-
Daniel Malea authored
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
-
- Aug 19, 2013
-
-
Richard Mitton authored
This means that "register read stmm0 --format f" actually works now. This is a little messy but LLDB assumes 'long double' is portable, when it is not. llvm-svn: 188698
-
- Aug 15, 2013
-
-
Jason Molenda authored
where the executable has been slid. This detects the regression fixed in r188289. llvm-svn: 188443
-
- Aug 13, 2013
-
-
Sylvestre Ledru authored
Patch by Abid, Hafiz llvm-svn: 188270
-
- Aug 07, 2013
-
-
Daniel Malea authored
- Immediates can be shown as hex (either Intel or MASM style) - See TestSettings.py for usage examples - Verified to cause no regressions on Linux x86_64 (Ubuntu 12.10) Patch by Richard Mitton! llvm-svn: 187921
-
Daniel Malea authored
llvm-svn: 187890
-
- Aug 06, 2013
-
-
Daniel Malea authored
- Addresses review comments from Stefanus! llvm-svn: 187816
-
Daniel Malea authored
- Thanks to Matt Kopec for noticing the failure! llvm-svn: 187815
-
Matt Kopec authored
llvm-svn: 187814
-
Daniel Malea authored
- add new "--libcxx" parameter to dotest.py to specify path to custom libc++ llvm-svn: 187802
-
Daniel Malea authored
- update TestThreadStepOut.py to work with Intel compilers - fix typo in TestConcurrentEvents llvm-svn: 187801
-
- Aug 05, 2013
-
-
Andrew Kaylor authored
llvm-svn: 187730
-
- Aug 02, 2013
-
-
Matt Kopec authored
llvm-svn: 187660
-
- Aug 01, 2013
-
-
Daniel Malea authored
llvm-svn: 187603
-
Ashok Thirumurthi authored
mapping of source to assembly so that the same test script can be used with more compilers. Patch by Andy Kaylor! Also marks the LLDB test of template parameters as xfail on icc. llvm-svn: 187600
-