Skip to content
  1. Jun 27, 2013
  2. Jun 26, 2013
    • Han Ming Ong's avatar
      <rdar://problem/14262854> · 6db14a99
      Han Ming Ong authored
      Match up with top’s implementation on recent Cab as API has changed a bit.
      Tested the same binary running on Zin as well. Tested ARM binary on iOS as well.
      
      llvm-svn: 185017
      6db14a99
    • Matt Kopec's avatar
      Remove unneeded limbo state flag. · eb7f2315
      Matt Kopec authored
      llvm-svn: 185010
      eb7f2315
    • Rafael Espindola's avatar
      Remove unused include. · 68770d24
      Rafael Espindola authored
      llvm-svn: 184954
      68770d24
    • Ed Maste's avatar
      Don't explicitly set update version · 4ba58652
      Ed Maste authored
      Host::GetOSVersion's caller already sets it to UINT32_MAX to determine
      which version number components are set.
      
      llvm-svn: 184953
      4ba58652
    • Rafael Espindola's avatar
      Fix the lldb build. · 4609ea89
      Rafael Espindola authored
      llvm-svn: 184948
      4609ea89
    • Jason Molenda's avatar
      Remove ifdef LLDB_CONFIGURATION_DEBUG directives around the formatter · bd4dfade
      Jason Molenda authored
      cache ivars/methods.
      
      llvm-svn: 184901
      bd4dfade
    • Enrico Granata's avatar
      Remove the #define USE_CACHE since the formatters cache has been operational... · c2a96407
      Enrico Granata authored
      Remove the #define USE_CACHE since the formatters cache has been operational for a while now and has not caused issues that warrant disabling it
      Also, print the cache hits statistics if the log is in debugging mode vs. LLDB being a debug build - this should make it easier to gather useful metrics on cache success rate for real users
      
      llvm-svn: 184900
      c2a96407
    • Enrico Granata's avatar
      <rdar://problem/14266578> · 15571f15
      Enrico Granata authored
      "command source" was not properly setting the stop-on-error option
      
      llvm-svn: 184899
      15571f15
    • Enrico Granata's avatar
      <rdar://problem/14243761> · fb1d9fe1
      Enrico Granata authored
      The argument to -w (--category) in type * list is a regular expression
      This caused unhappiness with the gnu-libstdc++ category because of the double ++
      
      Now we check for exact textual match as-well-as regexp matching
      
      llvm-svn: 184898
      fb1d9fe1
    • Enrico Granata's avatar
      <rdar://problem/14266411> · b4675a4e
      Enrico Granata authored
      The semi-unofficial way of returning a status from a Python command was to return a string (e.g. return "no such variable was found") that LLDB would pick as a clue of an error having happened
      
      This checkin changes that:
      - SBCommandReturnObject now exports a SetError() call, which can take an SBError or a plain C-string
      - script commands now drop any return value and expect the SBCommandReturnObject ("return object") to be filled in appropriately - if you do nothing, a success will be assumed
      
      If your commands were relying on returning a value and having LLDB pick that up as an error, please change your commands to SetError() through the return object or expect changes in behavior
      
      llvm-svn: 184893
      b4675a4e
    • Sean Callanan's avatar
      Fixed a bug in ClangASTSource where we would return · 6b2f22de
      Sean Callanan authored
      the target of a typedef when asked for a typedef.
      
      llvm-svn: 184886
      6b2f22de
  3. Jun 25, 2013
  4. Jun 24, 2013
Loading