summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Add and SB API to set breakpoint conditions.Jim Ingham2010-10-224-0/+36
* Fixed IRForTarget to not recognize $__lldb variablesSean Callanan2010-10-211-1/+2
* Mark these test methods to be eligible for running only under the 'darwin' pl...Johnny Chen2010-10-215-1/+31
* Add more information.Johnny Chen2010-10-211-0/+32
* Rewording of output message.Johnny Chen2010-10-211-1/+1
* Add an option '-s session-dir-name' to overwrite the default timestamp-namedJohnny Chen2010-10-213-11/+30
* Get rid of the microsecond field in the timestamp directory name used to dump...Johnny Chen2010-10-211-0/+3
* Add an example of option combination for running a single test method to the ...Johnny Chen2010-10-211-0/+16
* Initial check in of best-practice documentation for building test cases.Johnny Chen2010-10-201-0/+39
* Fixed a crasher that could happen if a FileSpec had a filename only, or viceGreg Clayton2010-10-202-17/+16
* Add more bug info.Johnny Chen2010-10-201-0/+3
* Fixed a typo in the comment.Johnny Chen2010-10-201-1/+1
* Fixed a crasher. The cmd_file needs to be resolved before reading lines from...Johnny Chen2010-10-201-1/+1
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-2029-99/+97
* Remove the two @expectedFailure decorators as the bug has been fixed on tot.Johnny Chen2010-10-201-2/+0
* Make the breakpoint condition test more robust with regard to checking the co...Johnny Chen2010-10-203-6/+10
* Clean up the teardown logic to make it more robust and to record the addition...Johnny Chen2010-10-201-4/+8
* Fix wrong test logic with regard to hit count and resolved status of disabled...Johnny Chen2010-10-201-5/+5
* Don't re-insert disabled breakpoint locations.Jim Ingham2010-10-202-1/+6
* For UserSettingsController::UpdateDictionaryVariable(), clear the dictionaryJohnny Chen2010-10-201-0/+6
* Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham2010-10-2015-152/+78
* Fixed a silly bug that was causing the "this" pointerSean Callanan2010-10-192-7/+7
* Restoring the original setting should be done more robustly by adding a hook ...Johnny Chen2010-10-192-3/+30
* Ok, last commit for the running processes in a new window. Now you can Greg Clayton2010-10-193-15/+62
* Add Python doc string for setTearDownCleanup() method.Johnny Chen2010-10-191-4/+5
* test_set_output_path() should restore the original setting of target.process....Johnny Chen2010-10-191-0/+3
* Removed a bit of dead code. Thanks to EricSean Callanan2010-10-191-5/+0
* Expressions now claim responsibility for all stopsSean Callanan2010-10-191-0/+4
* Finish the first draft of a detailed walkthrough of an lldb test method.Johnny Chen2010-10-192-1/+184
* Fixed the message that reports that an expressionSean Callanan2010-10-191-2/+2
* Add more descriptive messages to expect() instead of using the default assert...Johnny Chen2010-10-191-6/+6
* Add a little helper function SETTING_MSG(setting) to be used from TestSetting...Johnny Chen2010-10-192-0/+7
* Remove the two @skip decorators now that we are not seeing the hang while run...Johnny Chen2010-10-192-2/+0
* Fixed all known race conditions with starting a process in a new terminal.Greg Clayton2010-10-193-89/+190
* Initial version of a detailed walkthrough of a test case (test/settings/TestS...Johnny Chen2010-10-191-0/+164
* Use AppleScript when lauching inferior in terminal so the command thatGreg Clayton2010-10-193-2/+90
* Change the environment variable name to be more descriptive from LLDB_TIME_WA...Johnny Chen2010-10-191-3/+3
* Stop the driver from handling SIGPIPE in case we communicate with stale Greg Clayton2010-10-197-39/+158
* Modify the command passed to command interpreter from 'expr' (which is an ali...Johnny Chen2010-10-194-12/+13
* Modify the test driver and lldbtest.TestBase so that the dumping of session infoJohnny Chen2010-10-192-9/+41
* Add an assert that 'output.txt' exists before opening it.Johnny Chen2010-10-191-0/+4
* Add header files that were added to lldb.swig to the buildCaroline Tice2010-10-181-0/+5
* Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a singleCaroline Tice2010-10-183-10/+8
* Uncomment the @skip decorator to reproduce the hang while running the test su...Johnny Chen2010-10-182-0/+2
* Fix small mistake in previous commit (fixing aliases for commands thatCaroline Tice2010-10-181-1/+1
* Remove out-dated comments.Johnny Chen2010-10-181-2/+0
* Fix bug where aliases for commands that take raw input were notCaroline Tice2010-10-181-0/+11
* Prevent Python script interpreter initialization from changingCaroline Tice2010-10-181-8/+40
* Add a case to test that after 'set auto-confirm true', manual confirmation sh...Johnny Chen2010-10-181-0/+29
* Also change the utility functions in lldbutil.py, too, to correspond to the S...Johnny Chen2010-10-181-19/+19
OpenPOWER on IntegriCloud