[all-commits] [llvm/llvm-project] db51e5: [ORC] Add N_SO and N_OSO stabs entries to MachO de...
lhames via All-commits
all-commits at lists.llvm.org
Fri Sep 22 10:56:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db51e572893e9e4403d65920dc5e87a8885b059c
https://github.com/llvm/llvm-project/commit/db51e572893e9e4403d65920dc5e87a8885b059c
Author: Lang Hames <lhames at gmail.com>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/DebuggerSupportPlugin.cpp
Log Message:
-----------
[ORC] Add N_SO and N_OSO stabs entries to MachO debug objects.
No testcase: This code generates an in-memory object file that is shared with
the debugger. The object file is malformed in ways that don't matter to the
debugger, but mean that it can't be inspected by most tools.
More information about the All-commits
mailing list