- Jun 22, 2010
-
-
Benjamin Kramer authored
I'm not sure when multiple threads enter this method but a race-condition causing a crash in malloc can be reproduced with this little script: echo file $(which lldb) > cmd echo "run\nbreak set -n main\nrun\nexit" >> cmd lldb -s cmd It may need a few runs before it crashes though. llvm-svn: 106544
-
Benjamin Kramer authored
llvm-svn: 106535
-
- Jun 21, 2010
-
-
Benjamin Kramer authored
instructions so it's really profitable to inline them. llvm-svn: 106450
-
Benjamin Kramer authored
dependent on the last byte of the buffer, which could be unitialized. llvm-svn: 106417
-
Benjamin Kramer authored
This also fixes a bug where we were trying to copy m_string into itself via a format string. The pointer was invalidated by m_string.resize and lldb (sometimes) crashed inside vsnprintf. llvm-svn: 106416
-
- Jun 15, 2010
-
-
Jim Ingham authored
llvm-svn: 106034
-
Jim Ingham authored
Fixed the Disassemble arguments so you can't specify start address or name in multiple ways. Fixed the command line input so you can specify the filename without "-f" even if you use other options. llvm-svn: 106020
-
- Jun 13, 2010
-
-
Eli Friedman authored
llvm-svn: 105922
-
- Jun 12, 2010
-
-
Greg Clayton authored
llvm-svn: 105866
-
Jason Molenda authored
Fixed problem Jean-Daniel Dupas found in ProcessGDBRemote.cpp. llvm-svn: 105857
-
- Jun 11, 2010
-
-
Eli Friedman authored
llvm-svn: 105813
-
Eli Friedman authored
llvm-svn: 105811
-
Eli Friedman authored
llvm-svn: 105810
-
Greg Clayton authored
type and sub-type, or an ELF e_machine value. Also added a generic CPU type to the arch spec class so we can have a single arch definition that the LLDB core code can use. Previously a lot of places in the code were using the mach-o definitions from a macosx header file. Switches over to using "llvm/Support/MachO.h" for the llvm::MachO::XXX for the CPU types and sub types for mach-o ArchSpecs. Added "llvm/Support/ELF.h" so we can use the "llvm::ELF::XXX" defines for the ELF ArchSpecs. Got rid of all CPU_TYPE_ and CPU_SUBTYPE_ defines that were previously being used in LLDB. llvm-svn: 105806
-
Eli Friedman authored
llvm-svn: 105799
-
Eli Friedman authored
llvm-svn: 105798
-
- Jun 10, 2010
-
-
Eli Friedman authored
llvm-svn: 105780
-
- Jun 09, 2010
-
-
Greg Clayton authored
Google C++ coding guidelines where includes are done as: 1 - the header file for the current source file 2 - C includes 3 - C++ includes 4 - external project includes 5 - current project includes llvm-svn: 105748
-
Eli Friedman authored
llvm-svn: 105736
-
Eli Friedman authored
llvm-svn: 105724
-
Eli Friedman authored
llvm-svn: 105723
-
Eli Friedman authored
llvm-svn: 105721
-
Eli Friedman authored
llvm-svn: 105712
-
- Jun 08, 2010
-
-
Chris Lattner authored
llvm-svn: 105619
-