Skip to content
  1. Dec 20, 2012
    • Andrew Kaylor's avatar
      Setting TestInferiorChanged.py to expectedFailureLinux because of bugzilla 14662. · d362d910
      Andrew Kaylor authored
      Note that the test actually fails before reaching the assertion described in that bug, but the failure is a trivial matter of adding OS-conditional expected stop reason strings (as noted by new comments in this patch).  However, with the stop reason strings changed, the test fails for the more substantial reason noted in bugzilla 14662.
      
      llvm-svn: 170619
      d362d910
    • Enrico Granata's avatar
      <rdar://problem/12446222> · 557fd00a
      Enrico Granata authored
      Implement the ability for Python commands to be interrupted by pressing CTRL+C
      Also add a new Mutex subclass that attempts to be helpful for debugging by logging actions performed on it
      
      FYI of all interested - there is a separate deadlocking issue related to how LLDB dispatches CTRL+C that might cause LLDB to deadlock upon pressing CTRL+C while in a Python command.
      This is not a regression, and was just previously masked by us not even trying to bail out of Python commands, so that it would not be clear from a user perspective whether we were
      deadlocked or stuck in an inconsistent state within the Python interpreter.
      
      llvm-svn: 170612
      557fd00a
    • Andrew Kaylor's avatar
    • Daniel Malea's avatar
    • Sean Callanan's avatar
      This patch removes the SymbolFileSymtab support · 7be70e85
      Sean Callanan authored
      for reporting class types from Objective-C runtime
      class symbols.  Instead, LLDB now queries the 
      Objective-C runtime for class types.
      
      We have also added a (minimal) Objective-C runtime
      type vendor for Objective-C runtime version 1, to 
      prevent regressions when calling class methods in
      the V1 runtime.
      
      Other components of this fix include:
      
      - We search the Objective-C runtime in a few more
        places.
      
      - We enable enumeration of all members of
        Objective-C classes, which Clang does in certain
        circumstances.
      
      - SBTarget::FindFirstType and SBTarget::FindTypes
        now query the Objective-C runtime as needed.
      
      - I fixed several test cases.
      
      <rdar://problem/12885034>
      
      llvm-svn: 170601
      7be70e85
  2. Dec 19, 2012
  3. Dec 18, 2012
  4. Dec 17, 2012
  5. Dec 15, 2012
    • Jim Ingham's avatar
      Remove the “len” defaulted parameter from CommandReturnObject::AppendMessage,... · 17fafa15
      Jim Ingham authored
      Remove the “len” defaulted parameter from CommandReturnObject::AppendMessage, AppendWarning and AppendError.  Nobody was using them, and it meant if you accidentally used the AppendWarning when you meant AppendWarningWithFormat with an integer in the format string, it would compile and then return your string plus some unknown amount of junk.
      
      llvm-svn: 170266
      17fafa15
    • Greg Clayton's avatar
      <rdar://problem/11990131> · 2e1f745d
      Greg Clayton authored
      Memory read's "repeat" behavior forgets "-t" option. It also formatted the type as hex bytes + ASCII. Now we revert to the default format when displaying types unless the user sets the format option manually.
      
      llvm-svn: 170265
      2e1f745d
    • Greg Clayton's avatar
      <rdar://problem/12156204> · 81409635
      Greg Clayton authored
      x/a print wouldn't always reset the word size to the size of a pointer if a previous memory read using x/<gdb-format> had been used that set it to another width.
      
      llvm-svn: 170264
      81409635
    • Greg Clayton's avatar
      <rdar://problem/12582041> · 3cb4c7d6
      Greg Clayton authored
      _regexp_attach doesn't handle the case where no arguments are provided. It now also handles the case you were you pass options.
      
      llvm-svn: 170262
      3cb4c7d6
    • Sean Callanan's avatar
      Fixed two conditionals that I accidentally · 70386271
      Sean Callanan authored
      reversed in r170152.
      
      <rdar://problem/12886584>
      
      llvm-svn: 170256
      70386271
  6. Dec 14, 2012
Loading