- Sep 07, 2013
-
-
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
-
Virgile Bello authored
llvm-svn: 189934
-
Ed Maste authored
Instead of directly manipulating the thread list in Launch and Attach, just rely on RefreshStateAfterStop to populate the initial list. Review: http://llvm-reviews.chandlerc.com/D1565 llvm-svn: 189889
-
Ed Maste authored
/bin/sh is more portable, and all systems with /bin/bash are expected to have /bin/sh as well, even if only a link to bash. Review: http://llvm-reviews.chandlerc.com/D1576 llvm-svn: 189879
-
- Sep 03, 2013
-
-
Greg Clayton authored
llvm-svn: 189827
-
Eric Christopher authored
linux for command line editing. llvm-svn: 189820
-
Hafiz Abid Qadeer authored
llvm-svn: 189803
-
- Aug 31, 2013
-
-
Jason Molenda authored
will at least have it linked to /bin/sh for shell script compatibility. llvm-svn: 189703
-
- Aug 30, 2013
-
-
Ed Maste authored
llvm-svn: 189695
-
Ed Maste authored
If error is already set then there's no reason to replace it with a generic "<file> does not exist" message. llvm-svn: 189686
-
Ed Maste authored
llvm-svn: 189684
-
Eric Christopher authored
llvm-svn: 189683
-
Ed Maste authored
A FreeBSD implementation of Host::FindProcesses was added in r189295. Contrary to my earlier report of failing tests it seems all attach by name tests now pass. http://www.llvm.org/pr16699 llvm-svn: 189680
-
Ed Maste authored
llvm.org/pr16684 llvm-svn: 189679
-