Author: tfiala
Date: Sat Dec 12 13:26:56 2015
New Revision: 255438
URL: http://llvm.org/viewvc/llvm-project?rev=255438&view=rev
Log:
test infra: adds book-keeping for rerunnable tests
Also adds full path info for exceptional exits and timeouts when
no test method is currently running.
Adds --rer
Author: dperchik
Date: Sat Dec 12 13:31:41 2015
New Revision: 255439
URL: http://llvm.org/viewvc/llvm-project?rev=255439&view=rev
Log:
Fix scope-based lookup when more than one function is found.
When multiple functions are found by name, lldb removes duplicate entries of
functions with the same
This revision was automatically updated to reflect the committed changes.
Closed by commit rL255439: Fix scope-based lookup when more than one function
is found. (authored by dperchik).
Changed prior to commit:
http://reviews.llvm.org/D15312?vs=42476&id=42640#toc
Repository:
rL LLVM
http://
Author: dperchik
Date: Sat Dec 12 14:44:08 2015
New Revision: 255440
URL: http://llvm.org/viewvc/llvm-project?rev=255440&view=rev
Log:
Test case for "Fix scope-based lookup when more than one function is found."
Missed commit in r255439.
Differential Revision: http://reviews.llvm.org/D15312
Adde