• Home
  • History
  • Annotate
  • only in /external/lldb/test/functionalities/inferior-changed/
History log of /external/lldb/test/functionalities/inferior-changed/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9e0f5bee44b3a0606f7a1bda49e1920b9ec6ef41 05-Mar-2013 Matt Kopec <Matt.Kopec@intel.com> Add support on POSIX to determine if an inferior has changed while debugging it.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@176492 91177308-0d34-0410-b5e6-96231b3b80d8
estInferiorChanged.py
76d64853d78a497667623904a8ad387954b5a467 20-Dec-2012 Andrew Kaylor <andrew.kaylor@intel.com> Setting TestInferiorChanged.py to expectedFailureLinux because of bugzilla 14662.

Note that the test actually fails before reaching the assertion described in that bug, but the failure is a trivial matter of adding OS-conditional expected stop reason strings (as noted by new comments in this patch). However, with the stop reason strings changed, the test fails for the more substantial reason noted in bugzilla 14662.

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@170619 91177308-0d34-0410-b5e6-96231b3b80d8
estInferiorChanged.py
431d839a33e9a274e705f7a268a1c9de2ffc2da2 22-Sep-2012 Jim Ingham <jingham@apple.com> Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly
on the output of "break set". Please don't do this sort of thing!!!!!


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@164433 91177308-0d34-0410-b5e6-96231b3b80d8
estInferiorChanged.py
7f9985a68d49e284145cc1daeea3d2e9d48eb138 12-Aug-2011 Johnny Chen <johnny.chen@apple.com> Add TestInferiorChanged.py to test that lldb reloads the inferior after it was changed during the debug session.
First, main.c causes a crash, the inferior then gets re-built with main2.c which is not crashing.

Add Base.cleanup(self, dictionary=None) for platform specfic way to do cleanup after build.
This plugin method is used by the above test case to cleanup the main.c build before rebuild for main2.c.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@137500 91177308-0d34-0410-b5e6-96231b3b80d8
akefile
estInferiorChanged.py
ain.c
ain2.c