Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
835140a4277e8f0ab6b7436a04c23f1c3a7b51c4
/
lldb
/
scripts
/
Python
/
finish-swig-Python-LLDB.sh
91967bd
[CMake] Rename lldb-launcher to darwin-debug
by Chris Bieneman
· 9 years ago
42ff957
Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProvider
by Enrico Granata
· 9 years ago
15c0fba
Rename argdumper to lldb-argdumper
by Todd Fiala
· 10 years ago
bb0d5ab
Fix argdumper build in cmake (OS X) after r228636
by Ilia K
· 11 years ago
a7e79c1
Fix build: revert r229148 "Fix argdumper build in cmake (OS X) after r228636" and r229159 "Fix build: make_symlink_darwin_debug passes 2 arguments into make_symlink, but it requires 4 arguments"
by Ilia K
· 11 years ago
14a9271
Fix argdumper build in cmake (OS X) after r228636
by Ilia K
· 11 years ago
0bf0968
Fix darwin-debug build in cmake (OS X)
by Zachary Turner
· 11 years ago
9b35cf5
This creates a valid Python API for Windows, pending some issues. The changes included are -
by Deepak Panickal
· 11 years ago
97b9dfa
If CMake finds a python interpreter, use it
by Ed Maste
· 11 years ago
a5c0308
Adding a diagnose-nsstring command
by Enrico Granata
· 12 years ago
f7305a61
Rename unwind_diagnose.py to diagnose_unwind.py. Change
by Jason Molenda
· 12 years ago
8ed6713
Forgot to include the diagnose_unwind.py script in the initialization of
by Jason Molenda
· 12 years ago
6d37cc6
This checkin removes the last Cocoa formatters that were implemented in Python and reimplements them in C++. The Python Cocoa formatters are not shipped as part of LLDB anymore, but still exist in the source repository for user reference. Python formatters still exist for STL classes and users can still define their own Python formatters
by Enrico Granata
· 13 years ago
45f0c66
Use printf instead of echo -n (the latter won't work on OS X's /bin/sh)
by Filipe Cabecinhas
· 13 years ago
c281a3b
Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks).
by Filipe Cabecinhas
· 13 years ago
47d114a
Patch from Dan Malea to get the Bourne shells scripts to run cleanly on Ubuntu.
by Jason Molenda
· 13 years ago
3e9e081
Fixed some problems with SWIG bindings.
by Filipe Cabecinhas
· 13 years ago
de22182
Fix the comments about LLDB_DISABLE_PYTHON in the python swig shell scripts to be more clear.
by Jim Ingham
· 13 years ago
a0d4b5da
Fix missing Resources/Python directory for macosx build.
by Johnny Chen
· 13 years ago
d712ef0
Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn't print out all of the commands when executing the shell script.
by Greg Clayton
· 13 years ago
7d22221
Returning data formatters to their previous working condition - Plus fixing an issue that was preventing Python oneliners from executing
by Enrico Granata
· 13 years ago
ed3eee6
Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work with all of the new module paths.
by Greg Clayton
· 13 years ago
5b4ab4c
Ensure that lldb/runtime is not a dead point in the Python package hierarchy - This is a first preliminary step in fixing data formatters after Greg's changes to the Python resources on-disk layout
by Enrico Granata
· 13 years ago
6d98f56
Maked LLDB into a package so we can import things without poluting the global namespace.
by Greg Clayton
· 13 years ago
d50f18b
Part 1 of a series of fixes meant to improve reliability and increase ease of bug fixing for data formatter issues.
by Enrico Granata
· 14 years ago
bf70ee9
adding a summary for Objective-C type 'Class'
by Enrico Granata
· 14 years ago
c7f8730
Added formatters for libc++ (http://libcxx.llvm.org):
by Enrico Granata
· 14 years ago
3508487
Copying a new file required for the updated formatters to work into LLDB.framework
by Enrico Granata
· 14 years ago
385ad4e
added a new formatter for CF(Mutable)BitVector
by Enrico Granata
· 14 years ago
8d5c83f
(a) adding formatters for:
by Enrico Granata
· 14 years ago
896cd1d
(a) adding an introspection formatter for NS(Mutable)IndexSet
by Enrico Granata
· 14 years ago
7bc0ec3
This commit:
by Enrico Granata
· 14 years ago
d3d444f
This patch provides a set of formatters for most of the commonly used Cocoa classes.
by Enrico Granata
· 14 years ago
bac45f6
This commit provides a new default summary for Objective-C boolean variables, which shows YES or NO instead of the character value. A new category named objc is added to contain this summary provider. Any future Objective-C related formatters would probably fit here
by Enrico Granata
· 14 years ago
dce502e
Fixed the Xcode project building of LLVM to be a bit more user friendly:
by Greg Clayton
· 14 years ago
c482a19
First round of code cleanups:
by Enrico Granata
· 14 years ago
217f91f
New category "gnu-libstdc++" provides summary for std::string and synthetic children for types std::map, std::list and std::vector
by Enrico Granata
· 14 years ago
d6ac384
Parameterize the shell scripts for creating and copying the python and
by Caroline Tice
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago