Skip to content

[Feature Proposal] Automatic syscall logging #10398

Open
@Nekotekina

Description

@Nekotekina

Currently, almost every syscall or HLE function has a log entry at the beginning of it. It has some disadvantages, when typed manually:

  • Need to match function name
  • Need to match all arguments and their formatting
  • Its positioning against the code can be clumsy

An alternative could be like this:

  1. Logging happens automatically and uniformly for BIND_FUNC calls. Function name is displayed, but argument names are lost.
  2. All arguments are formatted, although their names are lost.
  3. Log level is controlled separately (at REG_FUNC line).

image
image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions