- Sep 10, 2013
-
-
Ed Maste authored
llvm.org/pr17184 expression interpreter fails for crash/assert tests llvm-svn: 190416
-
Ed Maste authored
http://llvm.org/pr17183 expression w/ varargs printf() fails http://llvm.org/pr15302 'anonymous namespace' prefix missing llvm-svn: 190415
-
Jim Ingham authored
that /bin/sh re-exec's itself to /bin/bash, so it needs one more resume when you are using it as the shell than /bin/bash did or you will stop at the start of your program, rather than running it. So I added a Platform API to get the number of resumes needed when launching with a particular shell, and set the right values for Mac OS X. <rdar://problem/14935282> llvm-svn: 190381
-
Jim Ingham authored
Change the "breakpoint fuzz" algorithm from "coalesce the line ranges for a file & line breakpoint if they are contiguous" to "coalesce the line ranges for a file & line breakpoint to the first range in each block". We were still setting a silly number of independent breakpoints sometimes, and until we get a compiler that emits trustworthy is_stmt flags in the line table, we need to do something to reduce the noise. <rdar://problem/14920404> llvm-svn: 190380
-
Richard Mitton authored
Fixed parsing of the .debug_aranges section so that LLDB will still work correctly even if arange data is not available for every object file in the program. llvm-svn: 190365
-
rdar://problem/14728845Enrico Granata authored
Making the --timeout (-t) option to "platform shell" work for real llvm-svn: 190361
-
- Sep 09, 2013
-
-
Daniel Malea authored
- occasional lldb hangs are causing noisy buildbots and trouble in the (Debian/Ubuntu) package builder llvm-svn: 190355
-
Ed Maste authored
The workaround was introduced in SVN r181613, for http://llvm.org/pr15854 llvm-svn: 190319
-
Ed Maste authored
(I didn't take a guess at the Linux names, as these tests are currently skipped with the comment "No standard locations for libc++ on Linux.") llvm-svn: 190307
-
Ed Maste authored
llvm-svn: 190287
-
Ed Maste authored
llvm-svn: 190286
-
Ed Maste authored
llvm-svn: 190285
-
- Sep 07, 2013
-
-
Virgile Bello authored
Added some MSVC required functions in Windows.cpp. Moved MSVC specific getopt code inside its own folder. llvm-svn: 190238
-
Matt Kopec authored
llvm-svn: 190214
-
- Sep 06, 2013
-
-
Jim Ingham authored
to "", which causes debugging to fail for that configuration. Setting it back to lldb_codesign. llvm-svn: 190172
-
Ed Maste authored
From Jim's post on the lldb-dev mailing list: This code is there as a backstop for when the unwinder drops a frame at the beginning of new function/trampoline or whatever. In the (older_ctx_is_equivalent == false) case we will see if we are at a trampoline function that somebody knows how to get out of, and otherwise we will stop. llvm-svn: 190149
-
- Sep 05, 2013
-
-
Daniel Malea authored
- TestRegisters passes locally (llvm.org/pr16301 no longer reproduces) -- verifying this on buildbots - TestTargetWatchAddress also passes locally, and referenced llvm.org/pr14323 which is now closed llvm-svn: 190104
-
Ed Maste authored
I accidentally dropped this in r189879 in the change from /bin/bash to /bin/sh. llvm-svn: 190103
-
Daniel Malea authored
- 'run' alias no longer includes the '--' for positional arguments... does not seem like a real bug. - 2.234f is not a great number for the float tests (due to precision/printing issues) so use 0.5f instead llvm-svn: 190100
-
Jim Ingham authored
llvm-svn: 190085
-
Jim Ingham authored
llvm-svn: 190084
-
Jim Ingham authored
Include file cleanup. SymbolContext doesn’t need ClangASTType.h, Block.h did, and was getting it under the table from SymbolContext.h. llvm-svn: 190083
-
Ed Maste authored
llvm-svn: 190070
-
Virgile Bello authored
OptionValueProperties::DeepCopy (): return empty value to avoid compilation error on MSVC (even if assert). llvm-svn: 190069
-
Virgile Bello authored
llvm-svn: 190068
-
Virgile Bello authored
llvm-svn: 190066
-
Virgile Bello authored
llvm-svn: 190065
-
Virgile Bello authored
llvm-svn: 190063
-
Virgile Bello authored
llvm-svn: 190062
-
Sylvestre Ledru authored
llvm-svn: 190057
-
Sylvestre Ledru authored
llvm-svn: 190056
-
Jim Ingham authored
llvm-svn: 190027
-
Jim Ingham authored
llvm-svn: 190026
-
Jim Ingham authored
llvm-svn: 190025
-
Jim Ingham authored
llvm-svn: 190023
-
Sean Callanan authored
have a certain name, not just the first. This is useful if a class method and an instance method have the same name. <rdar://problem/14872081> llvm-svn: 190008
-
Sean Callanan authored
by appending the thread ID to the test packet when debugserver requires it. This allows register writing (and, by extension, expressions) to work on Mac OS X. llvm-svn: 190007
-
- Sep 04, 2013
-
-
Enrico Granata authored
Thanks to Jared Grubb for writing it and sharing it! llvm-svn: 189964
-
Greg Clayton authored
Added a "sources.py" which adds a command that can print out the source files contained in one or more modules. Added "mach_o.py" which is a mach-o parser that can dump mach-o file contents and also extract sections. It uses the "file_extract" module and the "dict_utils" module. llvm-svn: 189959
-
Andrew Kaylor authored
llvm-svn: 189953
-