summaryrefslogtreecommitdiffstats
path: root/lldb/test/breakpoint_command/TestBreakpointCommand.py
Commit message (Expand)AuthorAgeFilesLines
* Move some top level directories to reside under functionalities dir.Johnny Chen2011-06-261-179/+0
* Change the command 'breakpoint command remove' to 'breakpoint command delete',Caroline Tice2011-05-221-5/+5
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-041-2/+2
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-1/+1
* - Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham2011-02-191-3/+3
* Change "breakpoint list" command to default to brief output rather than full ...Caroline Tice2011-02-041-3/+7
* Fix test function breakpoint_command_script_parameters()'s expect-pattern so ...Johnny Chen2011-02-021-1/+1
* Add a test case to verify that the frame and breakpoint locationCaroline Tice2011-01-291-0/+40
* Modify one assertion message.Johnny Chen2010-12-221-1/+1
* Add text about test class cleanup.Johnny Chen2010-10-221-0/+1
* The test should remove 'output.txt' if it exists before launching the inferiorJohnny Chen2010-10-221-1/+3
* Add an assert that 'output.txt' exists before opening it.Johnny Chen2010-10-191-0/+4
* The StateType representation has been changed. Modify the test cases to acco...Johnny Chen2010-10-181-1/+1
* Make calling the super class's setUp() method less fragile.Johnny Chen2010-10-141-1/+2
* Apply (query-replace "frame variable" "frame variable -t") and fix a comment ...Johnny Chen2010-10-131-2/+2
* Avoid using hardcoded line number to break on. Use the line_number() utilityJohnny Chen2010-10-121-10/+21
* Wrap the rest of file reading operations inside a with block and convert a as...Johnny Chen2010-10-081-3/+4
* Pass '-f' option to rm command so that it won't report an error if the file toJohnny Chen2010-10-081-1/+1
* These prints should go to stderr as well. Plus add a global assert string.Johnny Chen2010-09-301-1/+1
* Added a more complex test case of breakpoint commands, which executes a sequenceJohnny Chen2010-09-211-0/+115
OpenPOWER on IntegriCloud