Skip to content

Commit

Permalink
Docs: Update for release FEX-2107
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonicadvance1 committed Jul 1, 2021
1 parent 12cc979 commit 8170307
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/SourceOutline.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FEX-2106
# FEX-2107

## External/FEXCore
See [FEXCore/Readme.md](../External/FEXCore/Readme.md) for more details
Expand Down Expand Up @@ -85,10 +85,6 @@ Logic that binds various parts together
Emulation mainloop related glue logic
- [Core.cpp](../External/FEXCore/Source/Interface/Core/Core.cpp): Glues Frontend, OpDispatcher and IR Opts & Compilation, LookupCache, Dispatcher and provides the Execution loop entrypoint

#### elf-parsing
- [ELFContainer.cpp](../External/FEXCore/Source/Utils/ELFContainer.cpp): Loads and parses an elf to memory. Also handles some loading & logic.
- [ELFSymbolDatabase.cpp](../External/FEXCore/Source/Utils/ELFSymbolDatabase.cpp): Part of our now defunct ld-linux replacement, keeps tracks of all symbols, loads elfs, handles relocations. Small parts of this are used.

#### gdbserver
- [GdbServer.cpp](../External/FEXCore/Source/Interface/Core/GdbServer.cpp): Provides a gdb interface to the guest state
- [GdbServer.h](../External/FEXCore/Source/Interface/Core/GdbServer.h)
Expand Down

0 comments on commit 8170307

Please sign in to comment.