Skip to content
  1. Mar 03, 2014
  2. Feb 28, 2014
  3. Feb 27, 2014
  4. Feb 24, 2014
  5. Feb 19, 2014
  6. Feb 15, 2014
    • Enrico Granata's avatar
      <rdar://problem/16006373> · 465f4bc2
      Enrico Granata authored
      Revert the spirit of r199857 - a convincing case can be made that overriding a summary's format markers behind its back is not the right thing to do
      This commit reverts the behavior of the code to the previous model, and changes the test case to validate the opposite of what it was validating before
      
      llvm-svn: 201455
      465f4bc2
  7. Feb 14, 2014
  8. Feb 07, 2014
    • Greg Clayton's avatar
      Modified ObjectFile::SetLoadAddress() to now be: · 751caf65
      Greg Clayton authored
      ObjectFile::SetLoadAddress (Target &target,
                                  lldb::addr_t value,
                                  bool value_is_offset);
      
      Now "value" is a slide if "value_is_offset" is true, and "value" is an image base address otherwise. All previous usage of this API was using slides.
      
      Updated the ObjectFileELF and ObjectFileMachO SetLoadAddress methods to do the right thing.
      
      Also updated the ObjectFileMachO::SetLoadAddress() function to not load __LINKEDIT when it isn't needed and to only load sections that belong to the executable object file.
      
      llvm-svn: 201003
      751caf65
    • Sean Callanan's avatar
      When writing data back into a register, accept · 3d6ae767
      Sean Callanan authored
      values whose size differs from the register's
      size.
      
      llvm-svn: 200991
      3d6ae767
  9. Feb 06, 2014
    • Greg Clayton's avatar
      Implement ObjectFileMachO::SetLoadAddress(). · 7524e090
      Greg Clayton authored
      llvm-svn: 200943
      7524e090
    • Steve Pucci's avatar
      Factor some methods that were in DynamicLoaderPOSIXDYLD. · 9e02dacd
      Steve Pucci authored
      Move some code that was in DynamicLoaderPOSIXDLYD into the
      base class DynamicLoader.  In the case of UpdateLoadedSections(),
      the test to see whether a file is loadable (its address is zero)
      is not generally applicable so that test is changed to a more
      universally applicable check for the SHF_ALLOC flag on the section.
      
      Also make it explicit that the reading of the module_id in
      DynamicLoaderPOSIXDYLD::GetThreadLocalData() is using a hardcoded
      size (of module_id) of 4, which might not be appropriate on
      big-endian 64-bit systems, leaving a FIXME comment in place.
      
      llvm-svn: 200939
      9e02dacd
  10. Feb 05, 2014
  11. Feb 04, 2014
  12. Jan 31, 2014
  13. Jan 30, 2014
  14. Jan 28, 2014
  15. Jan 25, 2014
    • Jason Molenda's avatar
      Change DataExtractor's ReadInt* and ReadSwapInt* routines, as well as · bbef4018
      Jason Molenda authored
      GetU32 and GetU64, to use memcpy to copy bytes into a local buffer instead
      of having a (uint64_t *) etc local variable, pointing to the address, and
      dereferencing it.  If compiled on a CPU where data alignment is required 
      (e.g. the LDM instruction on armv7) and we try to GetU64 out of a mmap'ed 
      DWARF file, that 8 byte quantity may not be world aligned and the program
      can get an unaligned memory access fault.
      
      <rdar://problem/15849231> 
      
      llvm-svn: 200069
      bbef4018
  16. Jan 23, 2014
  17. Jan 18, 2014
    • Todd Fiala's avatar
      Added distribution info to ArchSpec and qHostInfo message. · a9ddb0e1
      Todd Fiala authored
      ArchSpec now contains an optional distribution_id, with getters and
      setters. Host::GetArchitecture () sets it on non-Apple platforms using
      Host::GetDistributionId (). The distribution_id is ignored during
      ArchSpec comparisons.
      
      The gdb remote qHostInfo message transmits it, if set, via the
      distribution_id={id-value} key/value pair. Updated gdb remote docs to
      reflect this change.
      
      As before, GetDistributionId () returns nothing on non-Linux platforms
      at this time. On Linux, it is returned only if the lsb_platform
      command is installed (in /bin or /usr/bin), and only if the
      distributor id key is returned by 'lsb_platform -i'. This id is
      lowercased, and whitespace is replaced with underscores.
      
      llvm-svn: 199539
      a9ddb0e1
    • Sean Callanan's avatar
      Made sure that ValueObjectVariable actually · 6826d227
      Sean Callanan authored
      updates itself before it tries to set its own
      data.  Otherwise it has no idea where to put the
      data value.
      
      <rdar://problem/15846476>
      
      llvm-svn: 199533
      6826d227
  18. Jan 13, 2014
  19. Jan 11, 2014
    • Jim Ingham's avatar
      Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression... · 1460e4bf
      Jim Ingham authored
      Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression evaluator to handle Indirect
      symbols correctly.  There were a couple of pieces to this.
      
      1) When a breakpoint location finds itself pointing to an Indirect symbol, when the site for it is created
         it needs to resolve the symbol and actually set the site at its target.
      2) Not all breakpoints want to do this (i.e. a straight address breakpoint should always set itself on the
         specified address, so somem machinery was needed to specify that.
      3) I added some info to the break list output for indirect symbols so you could see what was happening. 
         Also I made it clear when we re-route through re-exported symbols.
      4) I moved ResolveIndirectFunction from ProcessPosix to Process since it works the exact same way on Mac OS X
         and the other posix systems.  If we find a platform that doesn't do it this way, they can override the
         call in Process.
      5) Fixed one bug in RunThreadPlan, if you were trying to run a thread plan after a "running" event had
         been broadcast, the event coalescing would cause you to miss the ThreadPlan running event.  So I added
         a way to override the coalescing.
      6) Made DynamicLoaderMacOSXDYLD::GetStepThroughTrampolinePlan handle Indirect & Re-exported symbols.
      
      <rdar://problem/15280639>
      
      llvm-svn: 198976
      1460e4bf
  20. Jan 08, 2014
  21. Dec 28, 2013
    • Enrico Granata's avatar
      Add a new way to bind a format to a type: by enum type · 30f287fd
      Enrico Granata authored
      The "type format add" command gets a new flag --type (-t). If you pass -t <sometype>, upon fetching the value for an object of your type,
      LLDB will display it as-if it was of enumeration type <sometype>
      This is useful in cases of non-contiguous enums where there are empty gaps of unspecified values, and as such one cannot type their variables as the enum type,
      but users would still like to see them as-if they were of the enum type (e.g. DWARF field types with their user-reserved ranges)
      
      The SB API has also been improved to handle both types of formats, and a test case is added
      
      llvm-svn: 198105
      30f287fd
  22. Dec 22, 2013
    • Enrico Granata's avatar
      Centralize the code for GetValueAsCString() in TypeFormatImpl (the... · 4939b98a
      Enrico Granata authored
      Centralize the code for GetValueAsCString() in TypeFormatImpl (the implementing class of "type format ...")
      TypeFormatImpl used to just wrap a Format (and Flags for matching), and then ValueObject itself would do the printing deed
      With this checkin, the responsibility of generating a value string is centralized in the data formatter (as it should, and already is for summaries) 
      
      This change is good practice per se, and should also enable us to extend the type format mechanism in a cleaner way
      
      llvm-svn: 197874
      4939b98a
  23. Dec 12, 2013
  24. Dec 11, 2013
  25. Dec 09, 2013
  26. Dec 06, 2013
Loading