Skip to content
  1. Dec 05, 2012
  2. Dec 04, 2012
    • Jason Molenda's avatar
      Fix comment in ABIMacOSX_i386::RegisterIsCalleeSaved to say that · 011aea45
      Jason Molenda authored
      these are the *non-volatile* registers on Darwin/i386, not the
      volatile registers.
      Recognize the sp, pc, fp generic reg names as well.
      
      llvm-svn: 169316
      011aea45
    • Sean Callanan's avatar
      In the data formatters, if we know the result · c7cb3145
      Sean Callanan authored
      type of an Objective-C selector, don't bother
      making the expression parser resolve it all over
      again.  Just send the message straight to the
      object pointer as if it were an id, and cast the
      result.
      
      <rdar://problem/12799087>
      
      llvm-svn: 169300
      c7cb3145
    • Sean Callanan's avatar
      Cache the names for Objective-C classes if we know · 2f505a1c
      Sean Callanan authored
      them while making our initial run through the
      Objective-C runtime's class tables.
      
      <rdar://problem/12799087>
      
      llvm-svn: 169299
      2f505a1c
    • Greg Clayton's avatar
      <rdar://problem/12750060> · e14e1925
      Greg Clayton authored
      Add the ability to get a symbol or symbols by name and type from a SBModule, and also the ability to get all symbols by name and type from SBTarget objects.
      
      llvm-svn: 169205
      e14e1925
    • Greg Clayton's avatar
      <rdar://problem/12798131> · 3bcdfc0e
      Greg Clayton authored
      Cleaned up the option parsing code to always pass around the short options as integers. Previously we cast this down to "char" and lost some information. I recently added an assert that would detect duplicate short character options which was firing during the test suite.
      
      This fix does the following:
      - make sure all short options are treated as "int"
      - make sure that short options can be non-printable values when a short option is not required or when an option group is mixed into many commands and a short option is not desired
      - fix the help printing to "do the right thing" in all cases. Previously if there were duplicate short character options, it would just not emit help for the duplicates
      - fix option parsing when there are duplicates to parse options correctly. Previously the option parsing, when done for an OptionGroup, would just start parsing options incorrectly by omitting table entries and it would end up setting the wrong option value
      
      llvm-svn: 169189
      3bcdfc0e
    • Daniel Malea's avatar
      A few more build fixes for gcc 4.6: · 48947c7b
      Daniel Malea authored
      - use const char* instead of char* as needed in ObjC language runtime plugin
      - use int to iterate through enum (operator++ on enum not defined)
      - use initializer list instead of inline initialization of const field
      
      llvm-svn: 169185
      48947c7b
  3. Dec 03, 2012
  4. Dec 01, 2012
  5. Nov 30, 2012
  6. Nov 29, 2012
  7. Nov 28, 2012
  8. Nov 27, 2012
    • Greg Clayton's avatar
      <rdar://problem/12636970> · 3e9031e8
      Greg Clayton authored
      Properly detect the if unnamed bitfields are supported by clang if the major calng version is higher than 425.
      
      llvm-svn: 168734
      3e9031e8
    • Greg Clayton's avatar
      <rdar://problem/12106825> · 3d51b9f9
      Greg Clayton authored
      Allow the expression parser to see more than just data symbols. We now accept any symbol that has an address. We take precautions to only accept symbols by their mangled or demangled names only if the demangled name was not synthesized. If the demangled name is synthesized, then we now mark symbols accordingly and only compare against the mangled original name. 
      
      llvm-svn: 168668
      3d51b9f9
    • Greg Clayton's avatar
      <rdar://problem/12636970> · 37c36e48
      Greg Clayton authored
      Detect the new fixed clang that properly supports bitfields in objc classes.
      
      llvm-svn: 168655
      37c36e48
    • Jim Ingham's avatar
      The Function calling thread plan was replacing the stored stop info too soon,... · 8559a355
      Jim Ingham authored
      The Function calling thread plan was replacing the stored stop info too soon, causing recursive entry into the
      breakpoint StopInfo's PerformAction, which is bad.  Reworked this so that it is now correct.
      
      <rdar://problem/12501259>
      
      llvm-svn: 168634
      8559a355
  9. Nov 26, 2012
  10. Nov 23, 2012
  11. Nov 22, 2012
  12. Nov 20, 2012
Loading