Skip to content

Commit

Permalink
Import OTP toolchain fixing 'unknown function' in stack frames
Browse files Browse the repository at this point in the history
Summary:
Import a new version of the experimental OTP toolchain. Main changes:

  - Fixes a bug where we'd fail to identify the current function for BIFs such like `erlang:hibernate/3`, `erlang:apply/3`, etc.
  - Contains new unit-tests for stack-frames and registers functions in the `erl_debugger` module

For actual changes see [here](https://github.com/jcpetruzza/otp/compare/edb-2025-01-21..edb-2025-01-23)

Reviewed By: robertoaloi

Differential Revision: D68563892

fbshipit-source-id: 784856e8dc0926d4269a846aa9d8cdddf87eb6e1
  • Loading branch information
jcpetruzza authored and facebook-github-bot committed Jan 24, 2025
1 parent 08aa332 commit 6777492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "otp"]
path = otp
url = https://github.com/jcpetruzza/otp
branch = edb-2025-01-21
branch = edb-2025-01-23

0 comments on commit 6777492

Please sign in to comment.