libdw_a_LIBADD = $(addprefix ../libdwfl/,$(shell $(AR) t ../libdwfl/libdwfl.a))
noinst_HEADERS = libdwP.h memory-access.h dwarf_abbrev_hash.h \
- unwindP.h encoded-value.h
+ cfi.h encoded-value.h
EXTRA_DIST = libdw.map
#include <dwarf.h>
#include "../libebl/libebl.h"
-#include "unwindP.h"
+#include "cfi.h"
#include "memory-access.h"
#include "encoded-value.h"
#include <assert.h>
-/* Internal definitions for libdw unwinder code.
+/* Internal definitions for libdw CFI interpreter.
Copyright (C) 2006, 2007, 2009 Red Hat, Inc.
This file is part of Red Hat elfutils.
# include <config.h>
#endif
-#include "unwindP.h"
+#include "cfi.h"
#include "encoded-value.h"
#include <search.h>
#include <stdlib.h>
/* Compute frame state at PC.
- Copyright (C) 2006 Red Hat, Inc.
+ Copyright (C) 2006, 2009 Red Hat, Inc.
This file is part of Red Hat elfutils.
Red Hat elfutils is free software; you can redistribute it and/or modify
# include <config.h>
#endif
-#include "unwindP.h"
+#include "cfi.h"
int
dwarf_cfi_addrframe (cache, address, frame)
/* Clean up Dwarf_CFI structure.
- Copyright (C) 2006 Red Hat, Inc.
+ Copyright (C) 2006, 2009 Red Hat, Inc.
This file is part of Red Hat elfutils.
Red Hat elfutils is free software; you can redistribute it and/or modify
#endif
#include "libdwP.h"
-#include "unwindP.h"
+#include "cfi.h"
#include <stdlib.h>
int
/* Release debugging handling context.
- Copyright (C) 2002, 2003, 2004, 2005, 2006 Red Hat, Inc.
+ Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 2002.
#include <stdlib.h>
#include "libdwP.h"
-#include "unwindP.h"
+#include "cfi.h"
static void
/* Get CFA expression for frame.
- Copyright (C) 2006, 2007 Red Hat, Inc.
+ Copyright (C) 2006, 2007, 2009 Red Hat, Inc.
This file is part of Red Hat elfutils.
Red Hat elfutils is free software; you can redistribute it and/or modify
# include <config.h>
#endif
-#include "unwindP.h"
+#include "cfi.h"
#include <dwarf.h>
#include <stdlib.h>
# include <config.h>
#endif
-#include "unwindP.h"
+#include "cfi.h"
int
dwarf_frame_info (fs, start, end, signalp)
# include <config.h>
#endif
-#include "unwindP.h"
+#include "cfi.h"
#include <dwarf.h>
int
#endif
#include "libdwP.h"
-#include "unwindP.h"
+#include "cfi.h"
#include <dwarf.h>
Dwarf_CFI *
#include <assert.h>
#include "libdwP.h"
-#include "unwindP.h"
+#include "cfi.h"
#include "encoded-value.h"
#include <dwarf.h>
/* Advance to next CFI entry.
- Copyright (C) 2006, 2007 Red Hat, Inc.
+ Copyright (C) 2006, 2007, 2009 Red Hat, Inc.
This file is part of Red Hat elfutils.
Red Hat elfutils is free software; you can redistribute it and/or modify
# include <config.h>
#endif
-#include "unwindP.h"
+#include "cfi.h"
#include "encoded-value.h"
#include <string.h>
# include <config.h>
#endif
-#include "unwindP.h"
+#include "cfi.h"
#include <search.h>
#include <stdlib.h>
# include <config.h>
#endif
-#include "unwindP.h"
+#include "cfi.h"
#include <search.h>
#include <stdlib.h>
/*
- Copyright (C) 2006 Red Hat, Inc.
+ Copyright (C) 2006, 2009 Red Hat, Inc.
This file is part of Red Hat elfutils.
Red Hat elfutils is free software; you can redistribute it and/or modify
<http://www.openinventionnetwork.com>. */
#include "libdwflP.h"
-#include "../libdw/unwindP.h" /* XXX */
+#include "../libdw/cfi.h" /* XXX */
int
dwfl_addrframe (dwfl, address, frame)
<http://www.openinventionnetwork.com>. */
#include "libdwflP.h"
-#include "../libdw/unwindP.h"
-#include "../libdw/unwind.h" /* XXX */
+#include "../libdw/cfi.h"
Dwarf_CFI *
dwfl_module_getcfi (mod, bias)