<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/lldb/scripts/Python/interface, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2015-04-24T00:38:53+00:00</updated>
<entry>
<title>Start to share SWIG interface files between languages.</title>
<updated>2015-04-24T00:38:53+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2015-04-24T00:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=17d2730ee039692d0ae02ff2cfbea691bf8fcf11'/>
<id>urn:sha1:17d2730ee039692d0ae02ff2cfbea691bf8fcf11</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Factor resolution of abbreviations and aliases so that they can be tested directly. http://reviews.llvm.org/D9033</title>
<updated>2015-04-23T20:00:25+00:00</updated>
<author>
<name>Adrian McCarthy</name>
<email>amccarth@google.com</email>
</author>
<published>2015-04-23T20:00:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2304b6ff44e620a73a730a702f8ec603e94a3e13'/>
<id>urn:sha1:2304b6ff44e620a73a730a702f8ec603e94a3e13</id>
<content type='text'>
llvm-svn: 235633
</content>
</entry>
<entry>
<title>Add properties to SBExecutionContext to access the several entities it stores in a more Pythonic fashion</title>
<updated>2015-04-21T22:09:12+00:00</updated>
<author>
<name>Enrico Granata</name>
<email>egranata@apple.com</email>
</author>
<published>2015-04-21T22:09:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e3476572f3e5ec3bd6ab878e332852da6c79eb98'/>
<id>urn:sha1:e3476572f3e5ec3bd6ab878e332852da6c79eb98</id>
<content type='text'>
llvm-svn: 235447
</content>
</entry>
<entry>
<title>Turn off 'quit' confirmation in lldb-mi</title>
<updated>2015-03-23T22:45:13+00:00</updated>
<author>
<name>Ilia K</name>
<email>ki.stfu@gmail.com</email>
</author>
<published>2015-03-23T22:45:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=acf28bea84bf1c40a41177bfe6f57e77033fc448'/>
<id>urn:sha1:acf28bea84bf1c40a41177bfe6f57e77033fc448</id>
<content type='text'>
Summary:
# Turn off interpreter.prompt-on-quit on startup (MI)
# Add CommandInterpreter::SetPromptOnQuit
# Add SBCommandInterpreter::GetPromptOnQuit/SetPromptOnQuit

All tests pass on OS X.

Test Plan:
```
-file-exec-and-symbols ~/p/hello
-break-insert -f main
-exec-run
-interpreter-exec console quit
```

Reviewers: abidh, clayborg

Reviewed By: abidh, clayborg

Subscribers: lldb-commits, clayborg, abidh

Differential Revision: http://reviews.llvm.org/D8444

llvm-svn: 233034
</content>
</entry>
<entry>
<title>Fix missing interfaces to scripts/Python/interface after r229110, r231858 and r232891</title>
<updated>2015-03-23T21:50:21+00:00</updated>
<author>
<name>Ilia K</name>
<email>ki.stfu@gmail.com</email>
</author>
<published>2015-03-23T21:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=0850871f67c2ba2fcf130f096a23921fb4caffa6'/>
<id>urn:sha1:0850871f67c2ba2fcf130f096a23921fb4caffa6</id>
<content type='text'>
This includes:
# SBCommandInterpreter::EventIsCommandInterpreterEvent
# SBModule::GetSymbolFileSpec/GetObjectFileHeaderAddress
# SBTarget::EventIsTargetEvent/GetTargetFromEvent/GetNumModulesFromEvent/GetModuleAtIndexFromEvent/GetLaunchInfo/SetLaunchInfo

llvm-svn: 233029
</content>
</entry>
<entry>
<title>[swig] Generate bindings for SBDebugger::*UseColor().</title>
<updated>2015-02-26T17:46:16+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2015-02-26T17:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=832a28c945577eb6807e57ba647c2f37baff6aaa'/>
<id>urn:sha1:832a28c945577eb6807e57ba647c2f37baff6aaa</id>
<content type='text'>
Summary:
These functions were added in 2013, but not added to the SWIG
bindings.

Reviewers: ki.stfu, clayborg

Reviewed By: ki.stfu, clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D7909

llvm-svn: 230646
</content>
</entry>
<entry>
<title>Rename the "glob arguments" feature to "shell expand arguments"</title>
<updated>2015-02-20T22:20:30+00:00</updated>
<author>
<name>Enrico Granata</name>
<email>egranata@apple.com</email>
</author>
<published>2015-02-20T22:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b38ef8c2b60d9bd4ea4ab2d603f401ee080a0163'/>
<id>urn:sha1:b38ef8c2b60d9bd4ea4ab2d603f401ee080a0163</id>
<content type='text'>
This should not bring any feature change, except changing names of things here and there

llvm-svn: 230077
</content>
</entry>
<entry>
<title>Revert "Revert "I had recently added a new SBFrame::GetVariables() overload with yet another bool argument""</title>
<updated>2015-02-17T17:55:50+00:00</updated>
<author>
<name>Zachary Turner</name>
<email>zturner@google.com</email>
</author>
<published>2015-02-17T17:55:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=51f96eeb247690a2d0dbafbfa42d15df66bacb82'/>
<id>urn:sha1:51f96eeb247690a2d0dbafbfa42d15df66bacb82</id>
<content type='text'>
Reverting this commit led to other failures which I did not see at
first.  This turned out to be an easy problem to fix, so I added
SBVariablesOptions.cpp to the CMakeLists.txt.  In the future please
try to make sure new files are added to CMake.

llvm-svn: 229516
</content>
</entry>
<entry>
<title>Revert "I had recently added a new SBFrame::GetVariables() overload with yet another bool argument"</title>
<updated>2015-02-17T17:42:05+00:00</updated>
<author>
<name>Zachary Turner</name>
<email>zturner@google.com</email>
</author>
<published>2015-02-17T17:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b3b8922cad14d88d7b406e7a7de32b2bc34b9e12'/>
<id>urn:sha1:b3b8922cad14d88d7b406e7a7de32b2bc34b9e12</id>
<content type='text'>
This reverts commit r228975.  It was causing link errors
on the Windows bots, since last Thursday.

http://lab.llvm.org:8011/builders/lldb-x86-win7-msvc/builds/725

Conflicts:
	lldb.xcodeproj/project.pbxproj

llvm-svn: 229514
</content>
</entry>
<entry>
<title>Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp and SBAttachInfo.i.</title>
<updated>2015-02-16T00:04:19+00:00</updated>
<author>
<name>Oleksiy Vyalov</name>
<email>ovyalov@google.com</email>
</author>
<published>2015-02-16T00:04:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=71d08b3f2d08d8c933626819e6d470fbc27846cb'/>
<id>urn:sha1:71d08b3f2d08d8c933626819e6d470fbc27846cb</id>
<content type='text'>
llvm-svn: 229346
</content>
</entry>
</feed>
