summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint
Commit message (Expand)AuthorAgeFilesLines
* Make destructor breakpoint location test more resilientPavel Labath2016-04-152-8/+43
* Support Linux on SystemZ as platformUlrich Weigand2016-04-141-0/+2
* Attempt to fix TestCPPBreakpointLocations on Linux/Android.Oleksiy Vyalov2016-04-131-1/+1
* Fix breakpoint_set_restart test for WindowsAdrian McCarthy2016-04-121-2/+8
* Fixed being able to set breakpoints on destructors when we don't fully specif...Greg Clayton2016-04-121-0/+3
* Breakpoint conditions were making result variables, which they should not do. Jim Ingham2016-04-121-0/+4
* 'int' is reported as an exception on OS X not as a signal. I don't thinkJim Ingham2016-04-121-1/+1
* Fix TestBreakpointSetRestart failure on Android.Oleksiy Vyalov2016-04-091-6/+12
* Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.Oleksiy Vyalov2016-04-083-0/+61
* Enable TestDebugBreak on x86_64 as wellPavel Labath2016-04-071-1/+1
* xfail case sensitivity test on Linux.Zachary Turner2016-02-241-0/+1
* Some fixes for case insensitive paths on Windows.Zachary Turner2016-02-243-0/+134
* Remove skipIfHostPlatform and skipUnlessHostPlatform decorators.Zachary Turner2016-02-091-3/+3
* A number of improvements to decorator conditionals.Zachary Turner2016-02-082-2/+2
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-084-4/+4
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-0411-16/+26
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-042-2/+4
* The SetStopInfo from a Mach Exception was setting the stopJim Ingham2016-02-031-1/+0
* XFAIL TestConsecutiveBreakpoints.test_single_step_thread_specific on OSXPavel Labath2016-02-021-0/+1
* Fix single-stepping onto a breakpointPavel Labath2016-02-021-25/+67
* Set correct ThreadStopInfo in case of trace eventAbhishek Aggarwal2016-02-011-1/+0
* Fix some python 3 incompatibilities that went in overnight.Zachary Turner2016-01-271-1/+3
* [LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPSBhushan D. Attarde2016-01-273-0/+109
* fixed TestConsecutiveBreakpoints test on OS XTodd Fiala2016-01-233-6/+6
* Remove assumptions that thread 0 is always the main thread.Zachary Turner2016-01-211-6/+6
* On non-Windows platforms, asm int 3 generates an eStopReasonSignal.Zachary Turner2016-01-151-1/+2
* Fix TestDebugBreak.py.Zachary Turner2016-01-151-2/+3
* Update some XFAILs after the 3.8->3.9 version changeTamas Berghammer2016-01-141-1/+1
* Fix TestDebugBreak.py failure with gcc, for loop declarations are not allowed...Ying Chen2016-01-081-2/+2
* Treat an embedded int3/__debugbreak() as a breakpoint on Windows, includes a ...Adrian McCarthy2016-01-083-0/+85
* [MIPS][LLDB]Fix TestBreakpointCondition.py for MIPSSagar Thakur2015-11-181-3/+6
* Add the ability (through the SB API & command line) to specify an addressJim Ingham2015-11-173-0/+105
* Re-Apply "Add a "not_in()" function you can apply to the list type arguments ...Ying Chen2015-11-161-1/+1
* Revert "Add a "not_in()" function you can apply to the list type arguments to...Pavel Labath2015-11-161-1/+1
* Add a "not_in()" function you can apply to the list type arguments to expecte...Jim Ingham2015-11-141-1/+1
* Change the test to use the instruction list to get the consecutive addresses ...Jim Ingham2015-11-131-18/+9
* Make the language specifier to "break set" actually filter the names by their...Jim Ingham2015-11-065-0/+112
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-0315-15/+15
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-0315-32/+37
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2846-0/+2133
OpenPOWER on IntegriCloud