summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/beam_debug.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'maint'Sverker Eriksson2016-11-221-4/+4
|\ \ | |/
| * erts: Refactor crash dumping with cbprintfSverker Eriksson2016-11-171-2/+2
* | erts: Fix erts_debug:df with new func_infoLukas Larsson2016-10-121-7/+6
* | erts: Refactor find_function_from_pc to return MFALukas Larsson2016-10-121-26/+26
* | erts: Refactor out func_info into structLukas Larsson2016-10-121-40/+47
* | beam_debug: Improve the disassembly of gc_bif instructionsBjörn Gustavsson2016-06-221-14/+41
|/
* Merge branch 'bjorn/erts/beam_load'Björn Gustavsson2016-04-181-1/+1
|\
| * beam_debug: Correct masking when unpacking packed operandsBjörn Gustavsson2016-04-141-1/+1
* | update copyright-yearHenrik Nord2016-03-151-1/+1
|/
* Refactor sharing preserved copy flagsBjörn-Egil Dahlberg2015-11-181-8/+2
* Refactor copy sharingBjörn-Egil Dahlberg2015-11-171-3/+3
* Add machinery to enable SHCOPY dynamicallyNikolaos S. Papaspyrou2015-11-171-0/+26
* Add the BIF size_shared/1 and debug cleanupNikolaos S. Papaspyrou2015-11-171-0/+14
* Merge branch 'sverk/literal-memory-range'Rickard Green2015-11-121-4/+4
|\
| * erts: Refactor header of loaded beam codeSverker Eriksson2015-11-121-4/+4
* | Merge branch 'maint'Lukas Larsson2015-11-021-3/+3
|\ \ | |/ |/|
| * erts: bool is a reserved word, use boolean insteadLukas Larsson2015-08-251-3/+3
* | Merge branch 'maint'Björn Gustavsson2015-08-051-2/+2
|\ \ | |/
| * Fix crash when disassembling modules with BIFsBjörn Gustavsson2015-07-081-2/+2
* | Use a cheaper tag scheme for 'd' operandsBjörn Gustavsson2015-07-031-8/+5
* | Make the 'r' operand type optionalBjörn Gustavsson2015-07-031-6/+0
* | Allow X and Y registers to be overloaded with any literalBjörn Gustavsson2015-07-031-38/+39
* | Eliminate R_REG_DEFBjörn Gustavsson2015-07-031-20/+2
|/
* Correct disassembly of the i_get_map_elements instructionBjörn Gustavsson2015-07-021-1/+26
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* erts: Fix erts_debug:df/1 in debugBjörn-Egil Dahlberg2015-06-171-18/+22
* De-optimize the has_map_fields instructionsBjörn Gustavsson2015-04-131-1/+0
* Remove the fail label operand of the new_map instructionBjörn Gustavsson2015-04-131-1/+1
* erts: Use linear search for small select_val arraysBjörn-Egil Dahlberg2014-12-051-8/+34
* erts: Fix erts_debug:disassemble/1Björn-Egil Dahlberg2014-02-191-0/+5
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
* Don't go to single-scheduler mode when managing breakpointsBjörn Gustavsson2012-06-251-1/+1
* Refactor the code for managing breakpointsBjörn Gustavsson2012-06-251-2/+11
* erts: Refactor code loading with renamingSverker Eriksson2012-02-231-2/+2
* erts: Seize code_ix lock when updating trace settingsSverker Eriksson2012-02-231-1/+5
* erts: Multiple module tables using code_ixSverker Eriksson2012-02-211-2/+2
* erts: Use several addresses in each ExportSverker Eriksson2012-02-211-1/+1
* erts: Multiple export tab's using code_ixSverker Eriksson2012-02-211-2/+3
* erts: Refactor Module structSverker Eriksson2012-02-211-1/+1
* Merge branch 'rickard/thr-progress-block/OTP-9631'Rickard Green2011-11-131-2/+3
|\
| * Replace system block with thread progress blockRickard Green2011-11-131-2/+3
* | Use the proper macros in all BIFsBjörn Gustavsson2011-10-261-9/+18
|/
* erts_printf %be to print integers of size EtermSverker Eriksson2011-03-161-4/+4
* Update copyright yearsBjörn-Egil Dahlberg2011-03-111-1/+1
* Fix 18 exabyte memory allocation failureBjörn Gustavsson2011-03-091-1/+1
* Eliminate use of GetArg1() in the jump_on_val* instructionsBjörn Gustavsson2011-01-171-2/+6
* Eliminate use of GetArg1() in the select_val instructionBjörn Gustavsson2011-01-171-2/+6
* Optimize creation of tuplesBjörn Gustavsson2011-01-171-0/+28
* Support packing of the 'I' type in a 64-bit emulatorBjörn Gustavsson2011-01-171-0/+6
* Eliminate the special instructions for selecting floats and bignumsBjörn Gustavsson2011-01-171-32/+0