Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C++で関数呼び出しをトラップする方法はありますか?プロセスがsetLocaleを呼び出しているように。それへの呼び出しがあるかどうかを知りたいですか?
あなたの発言から私が理解できること。任意のデバッガーで行うのはかなり簡単です。関数の最初の行にgdba を追加してコードを実行します。breakpointこのブレークポイントにヒットするbacktraceと、この関数がどのように呼び出されたかがわかります。
gdb
breakpoint
backtrace