Skip to content
  1. Oct 29, 2010
  2. Oct 28, 2010
  3. Oct 27, 2010
  4. Oct 26, 2010
  5. Oct 25, 2010
    • Greg Clayton's avatar
      Don't set the default architecture to x86_64. Leave it NULL so that it isn't... · 0668d1e0
      Greg Clayton authored
      Don't set the default architecture to x86_64. Leave it NULL so that it isn't set to anything and so that any single architecture binary will adopt that architecture instead of posting an error stating the binary doesn't contain "x86_64".
      
      llvm-svn: 117292
      0668d1e0
    • Jason Molenda's avatar
      Check in the native lldb unwinder. · ab4f1924
      Jason Molenda authored
      Not yet enabled as the default unwinder but there are no known
      backtrace problems with the code at this point.
      
      Added 'log enable lldb unwind' to help diagnose backtrace problems;
      this output needs a little refining but it's a good first step.
      
      eh_frame information is currently read unconditionally - the code
      is structured to allow this to be delayed until it's actually needed.
      There is a performance hit when you have to parse the eh_frame
      information for any largeish executable/library so it's necessary
      to avoid if possible.
      
      It's confusing having both the UnwindPlan::RegisterLocation struct
      and the RegisterConextLLDB::RegisterLocation struct, I need to rename
      one of them.
      
      The writing of registers isn't done in the RegisterConextLLDB subclass
      yet; neither is the running of complex DWARF expressions from eh_frame
      (e.g. used for _sigtramp on Mac OS X).
      
      llvm-svn: 117256
      ab4f1924
    • Sean Callanan's avatar
      Fixes to Objective-C built-in type handling. · a242417a
      Sean Callanan authored
      Specifically, we fixed handling of the objc_class
      built-in type, which allowed us to pass
      named Objective-C objects to functions,
      call variable list -t on objects safely, etc.
      
      llvm-svn: 117249
      a242417a
  6. Oct 24, 2010
    • Sean Callanan's avatar
      Added a hack so that "unichar" is resolved to · 64186e7f
      Sean Callanan authored
      "unsigned short."  As discussed in the comments,
      this is pending a better solution to the problem
      of types not in the debug information but readily
      available through headers.
      
      llvm-svn: 117247
      64186e7f
  7. Oct 23, 2010
Loading