Skip to content
  1. May 11, 2012
  2. May 10, 2012
    • Sean Callanan's avatar
      Updated LLVM/Clang to force the record layout engine · 6f3b394b
      Sean Callanan authored
      to complete C++ classes before traversing their base
      classes.
      
      llvm-svn: 156570
      6f3b394b
    • Johnny Chen's avatar
      Sanity check the return value from SBSCopyApplicationDisplayIdentifiers()... · bbc00939
      Johnny Chen authored
      Sanity check the return value from SBSCopyApplicationDisplayIdentifiers() before calling CFArrayGetCount() on it.
      
      rdar://problem/11331867
      
      llvm-svn: 156562
      bbc00939
    • Greg Clayton's avatar
      <rdar://problem/11388521> · 3d081399
      Greg Clayton authored
      Fixed a case where the install header phase in the Xcode project would not set the LLDB_VERSION #define correctly. It has now been fixed to key off of the CURRENT_PROJECT_VERSION which will get auto updated with "agvtool bump -all". This was done by adding a build setting to the install-headers makefile based target.
      
      llvm-svn: 156535
      3d081399
    • Greg Clayton's avatar
      Remove stuff from the xcscheme file that need not be checked in. · 5cc6ef9e
      Greg Clayton authored
      llvm-svn: 156533
      5cc6ef9e
    • Greg Clayton's avatar
      <rdar://problem/11330621> · ba812f42
      Greg Clayton authored
      Fixed the DisassemblerLLVMC disassembler to parse more efficiently instead of parsing opcodes over and over. The InstructionLLVMC class now only reads the opcode in the InstructionLLVMC::Decode function. This can be done very efficiently for ARM and architectures that have fixed opcode sizes. For x64 it still calls the disassembler to get the byte size.
      
      Moved the lldb_private::Instruction::Dump(...) function up into the lldb_private::Instruction class and it now uses the function that gets the mnemonic, operandes and comments so that all disassembly is using the same code.
      
      Added StreamString::FillLastLineToColumn() to allow filling a line up to a column with a character (which is used by the lldb_private::Instruction::Dump(...) function).
      
      Modified the Opcode::GetData() fucntion to "do the right thing" for thumb instructions.
      
      llvm-svn: 156532
      ba812f42
    • Jim Ingham's avatar
      If the ObjC Step Through Trampoline plan causes a target crash, properly... · 18de2fdc
      Jim Ingham authored
      If the ObjC Step Through Trampoline plan causes a target crash, properly propagate the error back to
      the controlling plans so that they don't lose control.
      
      Also change "ThreadPlanStepThrough" to take the return StackID for its backstop breakpoint as an argument
      to the constructor rather than having it try to figure it out itself, since it might get it wrong whereas
      the caller always knows where it is coming from.
      
      rdar://problem/11402287
      
      llvm-svn: 156529
      18de2fdc
  3. May 09, 2012
  4. May 08, 2012
  5. May 07, 2012
Loading