git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add C API bindings for DIBuilder 'Type' APIs
[lldb.git]
/
lldb
/
scripts
/
2018-03-05
Adrian Prantl
Fix the install location of LLDBWrapPython.cpp when...
tree
|
commitdiff
2018-02-19
Pavel Labath
Add SBDebugger::GetBuildConfiguration and use it to...
tree
|
commitdiff
2018-02-07
Jim Ingham
Remove an errant ^S
tree
|
commitdiff
2017-12-22
Jason Molenda
Change SBProcess::ReadCStringFromMemory() back to returning
tree
|
commitdiff
2017-11-02
Jason Molenda
Revert r317182 for https://reviews.llvm.org/D39128
tree
|
commitdiff
2017-11-02
Jason Molenda
Commit Lawrence D'Anna's patch to change
tree
|
commitdiff
2017-11-02
Jason Molenda
Ahhhh roll back that commit, I didn't see that Lawrence...
tree
|
commitdiff
2017-11-02
Jason Molenda
Commit Lawrence D'Anna's patch to change
tree
|
commitdiff
2017-10-31
Pavel Labath
Fix LLVM_LINK_LLVM_DYLIB build (pr35053)
tree
|
commitdiff
2017-10-17
Jason Molenda
Reverting r315966 - it caused a build failure on an...
tree
|
commitdiff
2017-10-17
Jason Molenda
Committing this for Larry D'Anna:
tree
|
commitdiff
2017-10-05
Leonard Mosescu
Implement interactive command interruption
tree
|
commitdiff
2017-09-28
Jim Ingham
Revert patch r313904, as it breaks "command source...
tree
|
commitdiff
2017-09-27
Jason Molenda
Change build-llvm.py and build-lldb-llvm-clang's patchi...
tree
|
commitdiff
2017-09-21
Adrian McCarthy
[LLDB] Implement interactive command interruption
tree
|
commitdiff
2017-09-15
Jim Ingham
Wire up the breakpoint name help string.
tree
|
commitdiff
2017-09-14
Jim Ingham
Make breakpoint names real entities.
tree
|
commitdiff
2017-08-24
Jim Ingham
Fixed a typo in the example (getName -> GetName)
tree
|
commitdiff
2017-08-09
Vadim Macagon
Expose active and available platform lists via SBDebugg...
tree
|
commitdiff
2017-08-03
Jim Ingham
Add an auto-continue flag to breakpoints & locations.
tree
|
commitdiff
2017-08-02
Jim Ingham
Fix a mis-feature with propagation of breakpoint option...
tree
|
commitdiff
2017-08-01
Vadim Macagon
Expose process instance info via SB API
tree
|
commitdiff
2017-07-31
Sean Callanan
[build-script] Bring in modernizations from downstream:
tree
|
commitdiff
2017-07-25
Chris Bieneman
[CMake] Rework construction of framework bundle
tree
|
commitdiff
2017-07-19
Bruce Mitchener
Expose hit count via SBBreakpointLocation.
tree
|
commitdiff
2017-07-19
Bruce Mitchener
Fix typos in documentation.
tree
|
commitdiff
2017-06-29
Pavel Labath
Make scripts/analyze-project-deps.py executable
tree
|
commitdiff
2017-06-27
Sean Callanan
[build system] If there's an OVERRIDE, don't guess...
tree
|
commitdiff
2017-06-21
Zachary Turner
Fix a python object leak in SWIG glue.
tree
|
commitdiff
2017-06-15
Pavel Labath
[swig] Improve the native module import logic
tree
|
commitdiff
2017-05-29
Abhishek Aggarwal
Added new API to SBStructuredData class
tree
|
commitdiff
2017-05-23
Pavel Labath
Add support for new (3.0.11+) swigs
tree
|
commitdiff
2017-05-09
Lang Hames
Import sys in repo.py.
tree
|
commitdiff
2017-05-04
Nitesh Jain
[LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.
tree
|
commitdiff
2017-04-26
Ravitheja Addepally
Initial implementation of SB APIs for Tracing support.
tree
|
commitdiff
2017-04-12
Jim Ingham
Teach SBFrame how to guess its language.
tree
|
commitdiff
2017-03-22
Zachary Turner
[analyze deps] Show incoming and outgoing counts on...
tree
|
commitdiff
2017-03-22
Zachary Turner
[analyze deps] Also show cycle islands.
tree
|
commitdiff
2017-03-21
Zachary Turner
[deps script] Sort cycles by the difficulty of breaking.
tree
|
commitdiff
2017-03-20
Zachary Turner
[analyze-project-deps.py] Add the ability to list all...
tree
|
commitdiff
2017-03-06
Zachary Turner
A few improvements to deps analysis scripts.
tree
|
commitdiff
2017-03-06
Zachary Turner
Fix line endings of deps analysis script.
tree
|
commitdiff
2017-03-04
Zachary Turner
Fix a bug in the dep analysis script.
tree
|
commitdiff
2017-03-03
Sean Callanan
Fixed repo.py to not send git errors to stderr.
tree
|
commitdiff
2017-03-03
Zachary Turner
Add a script to dump out all project inter-dependencies.
tree
|
commitdiff
2017-02-23
Sean Callanan
Changed builld-llvm.py to use .json files
tree
|
commitdiff
2017-02-23
Sean Callanan
Reverted 295897 pending refinements and fixes for green...
tree
|
commitdiff
2017-02-22
Sean Callanan
Changed builld-llvm.py to use .json files
tree
|
commitdiff
2017-02-04
Kamil Rytarowski
Install six.py conditionally
tree
|
commitdiff
2017-02-02
Jason Molenda
Add logging to SBThread::GetInfoItemByPathAsString to
tree
|
commitdiff
2017-01-06
Zachary Turner
Install lldb Python module on Windows.
tree
|
commitdiff
2016-12-17
Sylvestre Ledru
Fix the cmake declaration syntax
tree
|
commitdiff
2016-12-17
Sylvestre Ledru
Support of lldb on Kfreebsd
tree
|
commitdiff
2016-12-16
Luke Drummond
Fix broken escaping of commands in the build
tree
|
commitdiff
2016-12-14
Sean Callanan
Adopt PrettyStackTrace in LLDB
tree
|
commitdiff
2016-12-05
Pavel Labath
Clean up some use of __ANDROID_NDK__ in the cmake files
tree
|
commitdiff
2016-11-08
Jim Ingham
Clean up the stop printing header lines.
tree
|
commitdiff
2016-10-27
Chris Bieneman
[CMake] Rename lldb-launcher to darwin-debug
tree
|
commitdiff
2016-10-13
Vadim Macagon
Fix Python binding generation build step on Windows
tree
|
commitdiff
2016-09-23
Enrico Granata
Add an accessor to get the value of RC_PLATFORM_NAME...
tree
|
commitdiff
2016-09-22
Jim Ingham
Add the ability to append breakpoints to the save file.
tree
|
commitdiff
2016-09-22
Jim Ingham
Add the ability to deserialize only breakpoints matchin...
tree
|
commitdiff
2016-09-22
Enrico Granata
Actually, do it this way because I will want to know...
tree
|
commitdiff
2016-09-22
Enrico Granata
The host version of lldb always builds for macosx
tree
|
commitdiff
2016-09-21
Chris Bieneman
[CMake] Initial support for LLDB.framework
tree
|
commitdiff
2016-09-21
Todd Fiala
add stop column highlighting support
tree
|
commitdiff
2016-09-21
Jim Ingham
Adds tests for breakpoint names, and a FindBreakpointsB...
tree
|
commitdiff
2016-09-20
Jim Ingham
Add some more tests for breakpoint serialization.
tree
|
commitdiff
2016-09-19
Todd Fiala
Xcode: support gtests that use the Inputs dir
tree
|
commitdiff
2016-09-16
Jim Ingham
First tests for serializing breakpoints.
tree
|
commitdiff
2016-09-14
Jim Ingham
Add SB API's for writing breakpoints to & creating...
tree
|
commitdiff
2016-09-08
Abhishek Aggarwal
LLDB: API for iPermission of object file's sections
tree
|
commitdiff
2016-09-06
Kate Stone
*** This commit represents a complete reformatting...
tree
|
commitdiff
2016-08-31
Pavel Labath
Fixup TestPyObjSynthProvider.py and enable it again
tree
|
commitdiff
2016-08-30
Enrico Granata
Add an helper class lldb.formatters.synth.PythonObjectS...
tree
|
commitdiff
2016-08-30
Enrico Granata
Add SBType::GetArrayType() such that - given a type...
tree
|
commitdiff
2016-08-19
Todd Fiala
Add StructuredData plugin type; showcase with new Darwi...
tree
|
commitdiff
2016-08-19
Todd Fiala
Revert "Add StructuredData plugin type; showcase with...
tree
|
commitdiff
2016-08-19
Todd Fiala
Add StructuredData plugin type; showcase with new Darwi...
tree
|
commitdiff
2016-08-12
Todd Fiala
fix lldb-gtest target of Xcode build
tree
|
commitdiff
2016-08-12
Todd Fiala
Link LLDB only against libclang and libLLVM .a files...
tree
|
commitdiff
2016-08-05
Jim Ingham
Add a few more needed bits to the scripted thread plans.
tree
|
commitdiff
2016-07-12
Stephane Sezer
Add LLVM build config for BuildAndIntegration.
tree
|
commitdiff
2016-07-12
Stephane Sezer
Apply local patches when building llvm on Mac.
tree
|
commitdiff
2016-07-08
Jim Ingham
Add an API to unwind from a hand-called expression.
tree
|
commitdiff
2016-07-07
Howard Hellyer
Implement GetMemoryRegions() for Linux and Mac OSX...
tree
|
commitdiff
2016-07-06
Enrico Granata
Because of our lifetime rules w.r.t. ValueObjects and...
tree
|
commitdiff
2016-07-05
Greg Clayton
Fix "lldb.SBProcess.is_stopped" and "lldb.SBProcess...
tree
|
commitdiff
2016-06-28
Jim Ingham
fixits are apparently called fix-its.
tree
|
commitdiff
2016-06-24
Greg Clayton
Add .i files for SBMemoryRegionInfo and SBMemoryRegionI...
tree
|
commitdiff
2016-06-24
Enrico Granata
Fix an issue where the @lldb.command marker would not...
tree
|
commitdiff
2016-05-16
Todd Fiala
Look for CMake.app when searching for cmake
tree
|
commitdiff
2016-05-12
Kamil Rytarowski
Add CMake bits necessary for standalone build
tree
|
commitdiff
2016-04-28
Jim Ingham
Add the ability to limit "source regexp" breakpoints...
tree
|
commitdiff
2016-04-25
Francis Ricci
Create _lldb python symlink correctly when LLVM_LIBDIR_...
tree
|
commitdiff
2016-04-22
Greg Clayton
Fix a build-llvm.py crasher when we can't find cmake...
tree
|
commitdiff
2016-04-08
Todd Fiala
Fix #ifdef __APPLE__ code is the swig Python bindings
tree
|
commitdiff
2016-03-29
Pavel Labath
Add missing swig wrappers for r264662
tree
|
commitdiff
2016-03-25
Stephane Sezer
Fix FILE * leak in Python API
tree
|
commitdiff
2016-03-25
Jim Ingham
Use Clang's FixItHints to correct expressions with...
tree
|
commitdiff
next