Skip to content
Snippets Groups Projects
  1. Apr 11, 2014
    • Horst Schirmeier's avatar
      cmake: find libiberty headers via cmake module · 9113d7c2
      Horst Schirmeier authored
      The libiberty headers moved from /usr/include (and a part of binutils-dev)
      to /usr/include/libiberty (libiberty-dev) between Ubuntu 13.10 and 14.04,
      which made a proper cmake search module necessary.  Searching still
      continues working well on Debian 7.
      
      Change-Id: I324e5ccb847e4664442d6fa7d7a027705a4f0587
      9113d7c2
  2. Feb 25, 2014
  3. Jan 28, 2014
    • Richard Hellwig's avatar
      import-trace: import debug info · 13175c25
      Richard Hellwig authored
      If the --debug option is set, the line number table of the elf binary will
      be imported into the database. The information will be stored in the
      "dbg_mapping" table.
      
      If the --sources option is set, the source files will be imported
      into the database. Only the files that were actually used in the
      elf binary will be imported.
      
      Change-Id: I0e9de6b456bc42b329c1700c25e5839d9552cdbb
      13175c25
  4. Sep 10, 2013
    • Horst Schirmeier's avatar
      doc: misc updates · 9bbaeb92
      Horst Schirmeier authored
      Among other updates, adding details on MySQL/MariaDB setup and usage.
      
      Change-Id: Ic9f3b2779531ee031270dabd4706153c102b3265
      9bbaeb92
  5. Aug 27, 2013
  6. Aug 21, 2013
    • Adrian Böckenkamp's avatar
      doc/how-to-build: dependency libmysqlclient-dev · c0121b1a
      Adrian Böckenkamp authored
      libmysqlclient-dev (or libmariadbclient-dev) is needed to build Fail*.
      A running MySQL/MariaDB server to talk to is needed for the
      fault-space pruning tools and the DatabaseCampaign, too, but that's a
      runtime dependency.
      
      Change-Id: I1f7fbdaf20b49370039e8d27a07a8785e0f052b5
      c0121b1a
  7. Jul 04, 2013
    • Adrian Böckenkamp's avatar
      cmake: gem5-related build system updates · aecb3530
      Adrian Böckenkamp authored
      The build system now allows incremental gem5 builds. Unfortunately,
      the current solution always requires re-linking the executable.
      Without the enforcement of re-linking, the fail code will be rebuilt
      but not linked into gem5.
      
      The number of cores for building gem5 is derived from /proc/cpuinfo.
      As before, only the gem5.debug configuration is supported.
      
      Change-Id: Ib13b15d1ecd62196eb251e0fd00953f4eb052feb
      aecb3530
  8. May 17, 2013
  9. Apr 10, 2013
  10. Mar 27, 2013
    • Horst Schirmeier's avatar
      cmake/bochs: build --with-all-libs again · 20a137d8
      Horst Schirmeier authored
      Without --with-all-libs (as documented in doc/how-to-build.txt), at least
      the "nogui" GUI does not work anymore -- the default for headless
      experiments.
      
      (Note the UNDEFINED->UNDEF enum rename; this was necessary due to a vga.h
      include side-effect in bochs/gui/svga.cc.)
      
      Change-Id: I1bc3208e905783505a35bbc48ff29f00eef599d6
      20a137d8
  11. Feb 15, 2013
  12. Jan 31, 2013
  13. Jan 22, 2013
  14. Jan 15, 2013
  15. Nov 13, 2012
  16. Nov 07, 2012
  17. Aug 02, 2012
  18. Jul 29, 2012
  19. Jul 03, 2012
  20. Jun 14, 2012
Loading