diff options
author | Björn Gustavsson <[email protected]> | 2017-10-20 14:23:26 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-10-20 14:23:26 +0200 |
commit | 4b8255e9217c293f84a1e96b3ae8034d089e815b (patch) | |
tree | d65914ea3e8c939a5a5a1d97a1a8f9c3b07f0cdb /erts/emulator/beam/global.h | |
parent | 3ea750a53874d61ef7d4d806656ca63c7759a8a4 (diff) | |
parent | 806c2de5ca3806ad8110531c99749063e5603ac0 (diff) | |
download | otp-4b8255e9217c293f84a1e96b3ae8034d089e815b.tar.gz otp-4b8255e9217c293f84a1e96b3ae8034d089e815b.tar.bz2 otp-4b8255e9217c293f84a1e96b3ae8034d089e815b.zip |
Merge branch 'maint'
* maint:
Bump version of crash dumps to 0.4
Verify that binaries of different sizes are dumped correctly
Don't dump literal areas that are not referenced at all
Dump literals separately to avoid incomplete heap data
Implement dumping of maps in crash dumps
Buffer writing of crash dumps
Conflicts:
erts/emulator/beam/erl_alloc.types
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r-- | erts/emulator/beam/global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h index 09aeba00fa..3dd3a60939 100644 --- a/erts/emulator/beam/global.h +++ b/erts/emulator/beam/global.h @@ -947,6 +947,8 @@ void erts_update_ranges(BeamInstr* code, Uint size); void erts_remove_from_ranges(BeamInstr* code); UWord erts_ranges_sz(void); void erts_lookup_function_info(FunctionInfo* fi, BeamInstr* pc, int full_info); +ErtsLiteralArea** erts_dump_lit_areas; +Uint erts_dump_num_lit_areas; /* break.c */ void init_break_handler(void); |