- May 20, 2011
-
-
Oscar Fuentes authored
llvm-svn: 131733
-
Douglas Gregor authored
to a warning, since apparently libstdc++'s debug mode does this (and we can recover safely). Add a Fix-It to insert the "inline", just for kicks. llvm-svn: 131732
-
Douglas Gregor authored
manifested in a crash with blocks in PR9953, but it was a ticking time bomb for normal functions, too. Fixes PR9953. llvm-svn: 131731
-
Benjamin Kramer authored
llvm-svn: 131730
-
Benjamin Kramer authored
llvm-svn: 131729
-
Douglas Gregor authored
llvm-svn: 131728
-
Douglas Gregor authored
llvm-svn: 131727
-
Benjamin Kramer authored
llvm-svn: 131724
-
Sebastian Redl authored
llvm-svn: 131722
-
Stephen Wilson authored
In DWARFCompileUnit::ExtractDIEsIfNeeded we are relying on a compilation units DIEs to be terminated by a null entry. I think the standard is fairly clear that all sibling chains are to be terminated by null, but at least gcc 4.5.2 disagrees -- the top level chain drops the final entry. This results in us interpreting the next compilation unit header as a DIE. Regardless of whether gcc is right or wrong, we should not overstep a compilation units extent. This patch ensures that we do not attempt to extract a DIE beyond the length specified for a given DWARFCompileUnit by ensuring our current offset is strictly less than the start of the next CU. llvm-svn: 131721
-
Charles Davis authored
llvm-svn: 131720
-
Charles Davis authored
- Make the generation of LLDBWrapPython.cpp respect the VERBOSE setting. - Use -classic mode when generating. LLDPWrapPython.cpp #errors out if -classic wasn't set when it was generated with recent Swig. - Install the Python modules. Now we shouldn't get loads of Python errors trying to run LLDB. Last of my build fixes. The LLDB that I built works, except that I can't debug anything with it until debugserver gets built. llvm-svn: 131719
-
Charles Davis authored
llvm-svn: 131718
-
Cameron Zwarich authored
the phikill flag. llvm-svn: 131717
-
Andrew Trick authored
llvm-svn: 131716
-
Greg Clayton authored
the "payload_length" argument for the "payload" packet data. This meant we could end up sending random extra data with a packet depending on how the packet was constructed. Fixed GDBRemoteRegisterContext to properly save and restore all registers. Previous fixes had been added to work around the "payload_length" issues fixed above and aren't needed anymore. Fix logging in GDBRemoteCommunication to make sure we log the correct packet data being sent by using the packet length when dumping the packet contents. Added register definitions for 'arm-lldb' in the "disasm-gdb-remote.pl" script so if you have a register dump from the GDB remote that doesn't include the qRegisterInfo packets, you can manually tell the script which registers are which. llvm-svn: 131715
-
Akira Hatanaka authored
Fix bug in which nodes that write to argument registers do not get glued with the JALR node. Patch by Sasa Stankovic llvm-svn: 131714
-
Greg Clayton authored
packet output from "log enable gdb-remote packets". This should help people track down and see what is going wrong more easily when you have log output that includes GDB remote packets. llvm-svn: 131713
-
Akira Hatanaka authored
llvm-svn: 131711
-
Akira Hatanaka authored
This is the first of a series of patches that attempt to simplify handling of stack frame objects. llvm-svn: 131710
-
Chad Rosier authored
llvm-svn: 131709
-
-
Charles Davis authored
breaks it for you (or if the LanguageRuntime plugins break the build on your machine), please let me know and I'll revert. Also, link to CoreServices and Carbon on Mac. Yep, LLDB needs these ancient frameworks. llvm-svn: 131707
-
Matt Beaumont-Gay authored
llvm-svn: 131706
-
Cameron Zwarich authored
similarly for stores. Now "make check" passes with the MachineVerifier forced on with the VerifyCoalescing option! llvm-svn: 131705
-
Charles Davis authored
Mac OS X Process plugin from the build. I'm surprised no one caught this earlier. Am I the only one who builds with the makefiles on Mac? llvm-svn: 131704
-
Howard Hinnant authored
llvm-svn: 131703
-
Ted Kremenek authored
llvm-svn: 131702
-
Devang Patel authored
llvm-svn: 131701
-
Howard Hinnant authored
llvm-svn: 131700
-
Charles Davis authored
llvm-svn: 131699
-
Charles Davis authored
llvm-svn: 131698
-
Johnny Chen authored
Replace python static settings of compiler flags with invocation of python-config. Signed-off-by:
Johnny Chen <johnny.chen@apple.com> llvm-svn: 131697
-
Johnny Chen authored
Removed ifdeffed out functions and added the implementation of WriteRegister for x86_64 architecture. Signed-off-by:
Johnny Chen <johnny.chen@apple.com> llvm-svn: 131696
-
Johnny Chen authored
Host.cpp was missing Error.h and the implementation of LaunchProcess. Once againg I have added a "fake" implementation waiting for a real one. Fixed the call GetAddressRange to reflect the new interface in DynamicLoaderLinuxDYLD.cpp. Added string.h to ARM_DWARF_Registers.cpp that is needed for ::memset. Signed-off-by:
Johnny Chen <johnny.chen@apple.com> llvm-svn: 131695
-
Howard Hinnant authored
llvm-svn: 131694
-
Howard Hinnant authored
llvm-svn: 131693
-
Alexis Hunt authored
template case. llvm-svn: 131692
-
Eli Friedman authored
llvm-svn: 131691
-
Eli Friedman authored
llvm-svn: 131689
-