X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a4ec91cc24a9a54ff3a060cc2828ac54d0c0c26..5f5a10db6fc4552782638abb4817041223e17775:/src/mc/inspect/mc_dwarf.hpp?ds=sidebyside diff --git a/src/mc/inspect/mc_dwarf.hpp b/src/mc/inspect/mc_dwarf.hpp deleted file mode 100644 index 7575e1de85..0000000000 --- a/src/mc/inspect/mc_dwarf.hpp +++ /dev/null @@ -1,26 +0,0 @@ -/* Copyright (c) 2008-2023. The SimGrid Team. All rights reserved. */ - -/* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ - -#ifndef SIMGRID_MC_DWARF_HPP -#define SIMGRID_MC_DWARF_HPP - -#include "xbt/base.h" - -#include "src/mc/mc_forward.hpp" - -namespace simgrid::dwarf { - -XBT_PRIVATE const char* attrname(int attr); -XBT_PRIVATE const char* tagname(int tag); - -XBT_PRIVATE void* resolve_member(const void* base, const simgrid::mc::Type* type, const simgrid::mc::Member* member, - const simgrid::mc::AddressSpace* snapshot); - -XBT_PRIVATE -int dwarf_register_to_libunwind(int dwarf_register); - -} // namespace simgrid::dwarf - -#endif