Skip to content
  1. Mar 08, 2014
  2. Mar 07, 2014
  3. Mar 06, 2014
  4. Mar 05, 2014
  5. Mar 04, 2014
    • Sean Callanan's avatar
      Hardened against reads in the IRMemoryMap that · 9bbf3cd3
      Sean Callanan authored
      exceed the bounds of the backing memory.
      
      <rdar://problem/16088322>
      
      llvm-svn: 202899
      9bbf3cd3
    • Greg Clayton's avatar
      Fixed SBDebugger.CreateTarget("filename") and also make sure remote targets... · 34f1159b
      Greg Clayton authored
      Fixed SBDebugger.CreateTarget("filename") and also make sure remote targets don't pickup bogus locally cached files.
      
      <rdar://problem/16217254>
      <rdar://problem/16078651>
      
      llvm-svn: 202890
      34f1159b
    • Todd Fiala's avatar
      Get Linux i386 running. · 1251053e
      Todd Fiala authored
      This change uses a fixed known offset for the Linux i386 DR0 register.
      This change also undoes the 32-bit wordsize change from r169645 that
      revolved around being 32-bit/64-bit friendly in
      WriteRegOperation::Execute within the Linux ProcessMonitor.cpp. I ran
      all the tests on x86_64 Linux with no failures. I also ran some simple
      tests with 32-bit Linux exe on x86_64 host and 32-bit linux exe on
      i686 32-bit host and these worked fine.
      
      Note (from Todd): the UserData struct in the Linux i386 register
      context (only used by Linux i386 host running Linux 32-bit inferior)
      is out of sync with what shows up in the sys/user.h for an 32-bit
      Linux build (per an earlier change of mine to make it look more like
      x86_64 host running x86 exe). I think we should (1) make i386 Linux
      targets run using the same register context (and correct ones) on i386
      and x86_64 linux hosts if that is possible, and (2) we could use some
      tests around the register handling, particularly to verify things like
      DR0 registers are in the right spots on host/target combos that we can
      verify vs. known correct values.
      
      Change by Matthew Gardiner.
      
      llvm-svn: 202887
      1251053e
    • Jim Ingham's avatar
      Fix a couple of typo's in breakpoint descriptions. · 8f632665
      Jim Ingham authored
      llvm-svn: 202782
      8f632665
    • Jason Molenda's avatar
      Temporarily revert part of Greg's changes in r202738 which are causing... · 8d08a78c
      Jason Molenda authored
      Temporarily revert part of Greg's changes in r202738 which are causing problems with the testsuite and SBDebugger::CreateTarget().
      
      llvm-svn: 202776
      8d08a78c
  6. Mar 03, 2014
Loading