| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
cmake/ninja on linux/bsd systems.
llvm-svn: 282790
|
|
|
|
| |
llvm-svn: 280892
|
|
|
|
|
|
|
|
|
| |
autoconf+make have been removed from LLVM and LLDB ~6month ago. We
shouldn't advertise it on the website as a valid way to build LLDB.
Differential revision: https://reviews.llvm.org/D24025
llvm-svn: 280102
|
|
|
|
| |
llvm-svn: 278373
|
|
|
|
| |
llvm-svn: 277890
|
|
|
|
| |
llvm-svn: 261795
|
|
|
|
|
|
| |
Differential Revision: http://reviews.llvm.org/D16902
llvm-svn: 260328
|
|
|
|
| |
llvm-svn: 259834
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Similar to rL256704 and rL256707, fix a few text files which were
accidentally checked in with DOS line endings, or mixed line endings.
Reviewers: jingham, emaste
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D16027
llvm-svn: 257361
|
|
|
|
|
|
| |
Differential Revision: http://reviews.llvm.org/D15684
llvm-svn: 257189
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: It's high time.
Reviewers: emaste, clayborg
Subscribers: labath, joerg, lldb-commits
Differential Revision: http://reviews.llvm.org/D14904
llvm-svn: 254858
|
|
|
|
|
|
| |
for language support
llvm-svn: 251844
|
|
|
|
|
|
|
| |
We'll hook this up to the main page after Greg, Sean and others
iterate on it to a useful point.
llvm-svn: 251831
|
|
|
|
|
|
|
|
| |
dirs
This change commits: http://reviews.llvm.org/D13625
llvm-svn: 250093
|
|
|
|
|
|
|
|
|
|
| |
Reviewers: clayborg
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D13102
llvm-svn: 248461
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Another round of minor typo fixes.
Reviewers: clayborg
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D13026
llvm-svn: 248243
|
|
|
|
|
|
|
|
|
|
| |
Reviewers: clayborg, ki.stfu
Subscribers: tberghammer, danalbert, srhines, lldb-commits
Differential Revision: http://reviews.llvm.org/D12668
llvm-svn: 246969
|
|
|
|
|
|
|
| |
See the following for details:
http://reviews.llvm.org/D12587
llvm-svn: 246794
|
|
|
|
| |
llvm-svn: 246645
|
|
|
|
| |
llvm-svn: 244006
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Fix a bunch of typos.
Reviewers: clayborg
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D11386
llvm-svn: 242856
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Enable ${language} to be specified in the frame-format string to see
the current frame's compile unit language in "frame info".
Test Plan:
debug a C++ program, run to main, and run the lldb commands:
settings set frame-format "frame lang=${language}\n"
frame info
you should see:
frame lang=c++
test case added in:
./dotest.py --executable lldb -f SettingsCommandTestCase.test_set_frame_format
Reviewers: clayborg
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D10561
llvm-svn: 240440
|
|
|
|
|
|
| |
No functional change.
llvm-svn: 239995
|
|
|
|
| |
llvm-svn: 238284
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch deprecates the three Python CMake variables in favor of
a single variable PYTHON_HOME which points to the root of a python
installation. Since building Python doesn't output the files in
a structure that is compatible with the PYTHONHOME environment
variable, we also provide a script install_custom_python.py which
will copy the output of a custom python build to the correct
directory structure.
The supported workflow after this patch will be to build python
once for each configuration and architecture {Debug,Release} x {x86,x64}
and then run the script. Then run CMake specifying -DPYTHON_HOME=<path>
The first time you do this will probably require you to delete your
CMake cache.
The old workflow is still supported during a transitionary period,
but a warning is printed at CMake time, and this will eventually
be removed.
Differential Revision: http://reviews.llvm.org/D8979
llvm-svn: 234660
|
|
|
|
|
|
|
|
|
|
| |
Reviewers: tberghammer, zturner
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D8873
llvm-svn: 234489
|
|
|
|
|
|
|
|
|
|
| |
Reviewers: tberghammer, clayborg
Subscribers: tberghammer, lldb-commits
Differential Revision: http://reviews.llvm.org/D8871
llvm-svn: 234395
|
|
|
|
|
|
|
|
|
|
| |
Reviewers: zturner, vharron, tberghammer, omjavaid
Subscribers: tberghammer, lldb-commits
Differential Revision: http://reviews.llvm.org/D8610
llvm-svn: 234317
|
|
|
|
| |
llvm-svn: 233287
|
|
|
|
| |
llvm-svn: 232225
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This improves the instructions for checking out LLDB, adds
more links to LLVM instructions, and more explicitly calls out
when we differ from the style guide.
Also updates the clang-format configuration file to correctly
reflect a 120 column limit.
Reviewed by: Jim Ingham
Differential Revision: http://reviews.llvm.org/D8222
llvm-svn: 231884
|
|
|
|
| |
llvm-svn: 229697
|
|
|
|
|
|
|
|
|
|
|
| |
This removes the rule from the LLDB coding standard about putting
a space after function names and before parentheses. We now
conform to the LLVM style guide. If you previously wrote
pointer->func (args), it would now be written pointer->func(args).
Using clang-format will do this automatically.
llvm-svn: 228860
|
|
|
|
|
|
| |
to the new ${script.var:<pythonfunction>}.
llvm-svn: 228216
|
|
|
|
|
|
|
|
|
|
| |
This patch updates the list of supported platforms to include
Windows, and also provides some detailed getting started instructions
for building LLDB on Windows.
Differential Revision: http://reviews.llvm.org/D6805
llvm-svn: 225023
|
|
|
|
| |
llvm-svn: 225022
|
|
|
|
| |
llvm-svn: 223550
|
|
|
|
| |
llvm-svn: 223543
|
|
|
|
|
|
|
|
|
|
|
|
| |
format for the not-current-stack-frame. This was causing
test/functionalities/inferior-assert to fail.
Also document the new additions to the format specifications used
in the disassembly-format changes to formats.html.
<rdar://problem/19102757>
llvm-svn: 223096
|
|
|
|
| |
llvm-svn: 222594
|
|
|
|
| |
llvm-svn: 220823
|
|
|
|
|
|
|
|
| |
On a suggestion from Jim Ingham, this class allows you to very easily define synthetic child providers that return a synthetic value (in the sense of r219330), but no children
Also, document this new feature in our www docs
llvm-svn: 219337
|
|
|
|
|
|
| |
feature. This marks the end of rdar://18142728
llvm-svn: 218835
|
|
|
|
| |
llvm-svn: 217733
|
|
|
|
|
|
|
|
| |
* transfered => transferred
* unkown => unknown
* sucessfully => successfully
llvm-svn: 215367
|
|
|
|
| |
llvm-svn: 212507
|
|
|
|
| |
llvm-svn: 212132
|
|
|
|
| |
llvm-svn: 212131
|
|
|
|
| |
llvm-svn: 211851
|