Skip to content
  1. Jul 17, 2012
  2. Jul 16, 2012
    • Greg Clayton's avatar
      Enable the "symbolicate" interactive command to symbolicate all crash logs if... · 784933b7
      Greg Clayton authored
      Enable the "symbolicate" interactive command to symbolicate all crash logs if no indexes are supplied. This can be handy to use as:
      
      (lldb) script import lldb.macosx.crashlog
      (lldb) crashlog -i /tmp/*.crash
      % symbolicate --crashed-only
      
      This will symbolicate all of the crash logs only for the crashed thread.
      
      Also print out the crash log index number in the output of the interactive "image" command:
      
      (lldb) script import lldb.macosx.crashlog
      (lldb) crashlog -i /tmp/*.crash
      % image LLDB.framework
      ...
      
      This then allows you to symbolicate a crash log by index accurately when you looked for an image of a specific version
      
      llvm-svn: 160316
      784933b7
    • Jim Ingham's avatar
      Fix an off by one error when handling a packet where our read buffer size... · 73472eef
      Jim Ingham authored
      Fix an off by one error when handling a packet where our read buffer size truncates the first chunk of the packet 
      between the two chars representing the checksum.
      
      <rdar://problem/11882074>
      
      llvm-svn: 160310
      73472eef
  3. Jul 14, 2012
  4. Jul 13, 2012
  5. Jul 12, 2012
  6. Jul 11, 2012
Loading