summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint
Commit message (Expand)AuthorAgeFilesLines
* Fix serialization of Python breakpoint commands.Jim Ingham2016-09-262-3/+3
* Add the ability to append breakpoints to the save file.Jim Ingham2016-09-221-3/+57
* Add the ability to deserialize only breakpoints matching a given name.Jim Ingham2016-09-221-1/+34
* Probably should add the breakpoint names test directory as well...Jim Ingham2016-09-213-0/+200
* Add some more tests for breakpoint serialization.Jim Ingham2016-09-201-45/+99
* First tests for serializing breakpoints.Jim Ingham2016-09-163-0/+206
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0624-514/+921
* Remove a test that depends on knowing all compiler's register allocation sche...Jim Ingham2016-08-191-23/+0
* Undid LLVM macro usage in test suite test subject files.Todd Fiala2016-08-101-7/+7
* Delete Host/windows/win32.hZachary Turner2016-08-091-7/+7
* Errors compiling breakpoint conditions will cause the breakpoint not to be hitJim Ingham2016-08-031-0/+44
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-1/+1
* Enable some tests on linuxPavel Labath2016-06-091-1/+0
* Fix error propagation from the Z0 packet in gdb-remote breakpoint setting.Jim Ingham2016-05-191-0/+77
* Corrected aarch64 register no in TestBreakpointConditions.pyOmair Javaid2016-05-111-1/+1
* Add a testcase for "BreakpointSetBySourceRegex" Jim Ingham2016-05-105-0/+139
* 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
OpenPOWER on IntegriCloud