summaryrefslogtreecommitdiff
path: root/lldb/test/functionalities/breakpoint
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-26Port the python api decorator to use test categoriesPavel Labath
2015-10-23[TestBreakpointCommand] Fix after r251121Siva Chandra
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-10-07XFAIL new dwo test failing with totclang on linux i386Tamas Berghammer
2015-10-02Fix TestCompDirSymLink.py - remove existing symlink leftovers if previous tes...Oleksiy Vyalov
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-09-16Remove expectedFailureFreeBSD from passing testEd Maste
2015-09-11XFAIL some C++ language specific tests on Windows.Zachary Turner
2015-09-09Don't allow duplicate names for tests.Zachary Turner
2015-08-21XFAIL Tests that require C++ exceptions on Windows.Zachary Turner
2015-08-20XFAIL breakpoint tests on WindowsZachary Turner
2015-07-29Make DWARF at_comp_dir symbolic links configurable via plugin.symbol-file.dwa...Oleksiy Vyalov
2015-07-23Fix comment in test.Dawn Perchik
2015-07-21Add support for specifying a language to use when parsing breakpoints.Dawn Perchik
2015-07-01Reversed r238363, because the message is inconsistentSean Callanan
2015-05-27[TestBase.runCmd] Better error message when runCmd fails.Siva Chandra
2015-05-18Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K
2015-05-15Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron
2015-05-15Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K
2015-05-11New test for llvm.org/pr23478Tamas Berghammer
2015-04-17Make several test case arm32 compatibleTamas Berghammer
2015-04-01Make TestBreakpointConditions aarch64 compatibleTamas Berghammer
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2015-03-24Don't clobber CFLAGS_EXTRAS in tests.Robert Flack
2015-02-12Add an -A option to "break set -p" to search all files for matches. Also add...Jim Ingham
2015-02-08Fix a handling of full path in break-insert.Hafiz Abid Qadeer
2015-01-27Added test case to make sure we don't regress on settings breakpoints by sele...Greg Clayton
2015-01-15Make sure that when a breakpoint is hit but its condition is not met,Jim Ingham
2015-01-14Fix a number of tests on Windows.Zachary Turner
2015-01-10Add C++ breakpoint tests where names are partially specified to ensure we don...Greg Clayton
2014-12-09Simple test for file & line dummy breakpoints.Jim Ingham
2014-10-28Add a test for setting and hitting the C++ Exception throw breakpoint.Jim Ingham
2014-10-07Update TestInlinedBreakpoints to reflect the fact thatJason Molenda
2014-10-02Add FreeBSD test failure decoratorsEd Maste
2014-08-29Allow "breakpoint command add" to add commands to more than one breakpoint at...Jim Ingham
2014-04-02Test case for the previous commit.Jim Ingham
2013-12-13Correctly set the working directory when launching processes for both local a...Greg Clayton
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2013-11-15Remove FreeBSD test failure annotations for llvm.org/pr17213Ed Maste
2013-09-12test: Add @expectedFailureFreeBSD decoratorEd Maste
2013-07-31Update break conditions test to have consistent behaviour on all test suite c...Matt Kopec
2013-07-31Set an extra debug flag when testing with ICC so that it generates the correc...Matt Kopec
2013-07-03Add missing -std=c99 flag to appease GCC 4.6Daniel Malea
2013-06-20Fixed a problem with materialization andSean Callanan
2013-06-17Fix breakpoint test to account for full path of source file location.Matt Kopec
2013-06-17Fix single whitespace before breakpoint filename in some tests due to r183932.Matt Kopec
2013-03-19Fixed incorrect python that was trying to validate that we got a valid lldb.S...Greg Clayton