Adrian McCarthy
f7d1893f5b
Enable saving of mini dumps with lldb process save-core.
...
Also adds SB API to save a core and tests that use it.
Differential Revision: http://reviews.llvm.org/D14793
llvm-svn: 253734
2015-11-20 23:09:11 +00:00
Adrian McCarthy
f9a2697e13
Revert "FOO"
...
Accidentally commited before I was done.
This reverts commit 2ec2da4ee52780582d5e9c88b2e982a688fbdbe1.
llvm-svn: 253685
2015-11-20 18:18:21 +00:00
Adrian McCarthy
af75dab383
FOO
...
llvm-svn: 253684
2015-11-20 18:15:14 +00:00
Zachary Turner
5f3fd800f7
Make some more of the LLDB/SWIG/Python glue Python 3 aware.
...
Mostly this is just converting some print statements to print
functions.
llvm-svn: 250533
2015-10-16 17:52:32 +00:00
Ilia K
06d2855fb3
Fix a reason of *stopped notifications due to SIGINT/SIGSTOP signals (MI)
...
# Add SBProcess::GetInterruptedFromEvent
# Add vrEvent arg in CMICmnLLDBDebuggerHandleEvents::HandleProcessEventStateStopped
and CMICmnLLDBDebuggerHandleEvents::HandleProcessEventStopSignal
# Refactor CMICmnLLDBDebuggerHandleEvents::HandleProcessEventStopSignal
## Clean up and fix typos
## Remove vwrbShouldBrk arg
# Fix MiSignalTestCase.test_lldbmi_stopped_when_stopatentry_{local,remote}
to expect SIGSTOP instead of SIGINT
llvm-svn: 237426
2015-05-15 09:29:09 +00:00
Bruce Mitchener
17d2730ee0
Start to share SWIG interface files between languages.
...
Summary:
Move scripts/Python/interface to scripts/interface so that we
can start making iterative improvements towards sharing the
interface files between multiple languages (each of which would
have their own directory as now).
Test Plan: Build and see.
Reviewers: zturner, emaste, clayborg
Reviewed By: clayborg
Subscribers: mjsabby, lldb-commits
Differential Revision: http://reviews.llvm.org/D9212
llvm-svn: 235676
2015-04-24 00:38:53 +00:00