diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2011-06-14 03:55:41 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2011-06-14 03:55:41 +0000 |
| commit | 059640b521035a79d1c13ed2744c98cdef32e0a1 (patch) | |
| tree | 0b5fb7c49f4ba68f14e884fb343d6c93ad70dede /lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp | |
| parent | eb994b27ffd1c4c7ad6ee69177d5a175659bd554 (diff) | |
| download | bcm5719-llvm-059640b521035a79d1c13ed2744c98cdef32e0a1.tar.gz bcm5719-llvm-059640b521035a79d1c13ed2744c98cdef32e0a1.zip | |
Generalise pattern for matching IsValid signature
Previously the IsValid pattern matched only function signatures of
the form:
def IsValid(*args): ...
However under SWIG 1.3.40 on Linux the signature reads:
def IsValid(self): ...
The new pattern matches both signature types by matching only up to
the left paren.
llvm-svn: 132968
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp')
0 files changed, 0 insertions, 0 deletions

