Skip to content

Commit

Permalink
Fixing indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Nicolas committed Feb 14, 2017
1 parent 0dc129c commit 4801cc6
Show file tree
Hide file tree
Showing 2 changed files with 467 additions and 449 deletions.
8 changes: 7 additions & 1 deletion dwarf/h/dwarfFrameParser.h
Expand Up @@ -128,6 +128,9 @@ class DYNDWARF_EXPORT DwarfFrameParser {
DwarfResult &cons,
bool &done,
FrameErrors_t &err_result);

void setupFdeData();

struct frameParser_key
{
::Dwarf * dbg;
Expand All @@ -142,19 +145,22 @@ class DYNDWARF_EXPORT DwarfFrameParser {
}

};

static std::map<frameParser_key, Ptr> frameParsers;

typedef enum {
dwarf_status_uninitialized,
dwarf_status_error,
dwarf_status_ok
} dwarf_status_t;

::Dwarf * dbg;

Architecture arch;

dwarf_status_t fde_dwarf_status;

std::vector<fde_cie_data> fde_data;
void setupFdeData();

};

Expand Down

0 comments on commit 4801cc6

Please sign in to comment.