Skip to content
  1. Jun 06, 2013
  2. Jun 05, 2013
  3. Jun 04, 2013
  4. Jun 03, 2013
  5. Jun 01, 2013
  6. May 31, 2013
    • Daniel Malea's avatar
      Use C-style include to match style in file (instead of C++ style) · c91e4ab2
      Daniel Malea authored
      - as per review comment from Dimitry Andric!
      
      llvm-svn: 183039
      c91e4ab2
    • Daniel Malea's avatar
      CMake FreeBSD fix: add missing Process plugin directory · 132c4a26
      Daniel Malea authored
      Patch by Ed Maste!
      
      llvm-svn: 183038
      132c4a26
    • Han Ming Ong's avatar
      <rdar://problem/13752848> · 79371cee
      Han Ming Ong authored
      Add 'JoinExistingSession' to XPC for root debugging.
      
      llvm-svn: 183037
      79371cee
    • Daniel Malea's avatar
      FreeBSD cmake build fixes. · e376a651
      Daniel Malea authored
      - missing #include <cstdlib> in Mangled.cpp
      - missing include dirs in FreeBSD CMakeLists.txt
      
      Patch by Ed Maste!
      
      llvm-svn: 183032
      e376a651
    • Enrico Granata's avatar
      <rdar://problem/14035604> · b294fd20
      Enrico Granata authored
      Fixing an issue where formats would not propagate from parents to children in all cases
      Details follow:
      an SBValue has children and those are fetched along with their values
      Now, one calls SBValue::SetFormat() on the parent
      Technically, the format choices should propagate onto the children (see ValueObject::GetFormat())
      But if the children values are already fetched, they won't notice the format change and won't update themselves
      This commit fixes that by making ValueObject::GetValueAsCString() check if any format change intervened from the previous call to the current one
      A test case is also added
      
      llvm-svn: 183030
      b294fd20
    • Enrico Granata's avatar
      Small code cleanups · 39d51410
      Enrico Granata authored
      llvm-svn: 183024
      39d51410
    • Sean Callanan's avatar
      Fixed value evaluation to handle null constants. · 7d01ddd6
      Sean Callanan authored
      <rdar://problem/14005311>
      
      llvm-svn: 183022
      7d01ddd6
    • Enrico Granata's avatar
      An NSData with 0 bytes in it would report a summary of “0 byte” · 1c333d07
      Enrico Granata authored
      Making sure that I get my English right by saying “0 bytes” instead
      
      llvm-svn: 182978
      1c333d07
    • Enrico Granata's avatar
      <rdar://problem/11109316> · e0c70f1b
      Enrico Granata authored
      command script import now does reloads - for real
      If you invoke command script import foo and it detects that foo has already been imported, it will
       - invoke reload(foo) to reload the module in Python
       - re-invoke foo.__lldb_init_module
       This second step is necessary to ensure that LLDB does not keep cached copies of any formatter, command, ... that the module is providing
      
      Usual caveats with Python imports persist. Among these:
       - if you have objects lurking around, reloading the module won't magically update them to reflect changes
       - if module A imports module B, reloading A won't reload B
      These are Python-specific issues independent of LLDB that would require more extensive design work
      
      The --allow-reload (-r) option is maintained for compatibility with existing scripts, but is clearly documented as redundant - reloading is always enabled whether you use it or not
      
      llvm-svn: 182977
      e0c70f1b
  7. May 30, 2013
    • Greg Clayton's avatar
      <rdar://problem/13956179> · 83793fc1
      Greg Clayton authored
      Cleaned up the thread updating code in the OperatingSystemPython class. It doesn't need to clear the "new_thread_list" anymore as it is always empty. 
      
      It also now assigns the "core_thread_list" to "new_thread_list" if no threads are detected through python.
      
      llvm-svn: 182893
      83793fc1
    • Greg Clayton's avatar
      Remove unused variable. · 086e085e
      Greg Clayton authored
      llvm-svn: 182892
      086e085e
  8. May 29, 2013
  9. May 28, 2013
    • Enrico Granata's avatar
      <rdar://problem/13863031> · 2db281e9
      Enrico Granata authored
      Giving a timeout for the call to NSPrintForDebugger() that happens when you “po” objects
      
      This is a temporary workaround until a more detailed solution to the general problem of canceling actions is found
      
      llvm-svn: 182782
      2db281e9
    • Daniel Malea's avatar
      Mac OS X CMake fix: generate LLDB version from xcodeproj · d77e9d45
      Daniel Malea authored
      - This resolves the remaining issues related to building lldb utility/dylib
      - TODO: fix up debugserver build
      
      Patch by Ahmed Bougacha!
      
      llvm-svn: 182751
      d77e9d45
  10. May 25, 2013
Loading