Skip to content
  1. Jul 24, 2013
  2. Jul 23, 2013
  3. Jul 22, 2013
    • Ed Maste's avatar
      Fix i386 FreeBSD build · 7d4c0d5b
      Ed Maste authored
      llvm-svn: 186871
      7d4c0d5b
    • Ed Maste's avatar
      elf-core: Run-time reg context selection · 7d675373
      Ed Maste authored
      Instantiate RegisterContextCore... based on getOS() instead of with
      compile-time #ifdef-ery.
      
      The assert()s here are unfortunate, but better than crashing with no
      explanation.  (This would previously happen for an unsupported
      architecture, anyhow.)
      
      We should add an equivalent OS and architecture test to
      ProcessElfCore::DoLoadCore() and cleanly report the error to the user.
      
      llvm-svn: 186865
      7d675373
    • Ed Maste's avatar
      elf-core: Remove SetTriple workaround · 40315fea
      Ed Maste authored
      On FreeBSD I see that Arch, Vendor, OS, and Environment are unchanged
      after this call (for x86_64, at least), and core debugging works without
      it.
      
      If we need to restore it we should be able to switch on
      arch.GetTriple.getOS() instead of a compile-time #ifdef.
      
      Thanks to Daniel Malea for testing on Linux.
      
      llvm-svn: 186862
      40315fea
    • Ed Maste's avatar
      Factor out common string match code for POSIX log enable/disable · 76ad5d75
      Ed Maste authored
      llvm-svn: 186822
      76ad5d75
  4. Jul 19, 2013
  5. Jul 18, 2013
Loading