]> git.ipfire.org Git - thirdparty/git.git/commit - trace2.h
trace2: collect Windows-specific process information
authorJeff Hostetler <jeffhost@microsoft.com>
Fri, 22 Feb 2019 22:25:02 +0000 (14:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Feb 2019 23:27:59 +0000 (15:27 -0800)
commit353d3d77f4fdd1582e3b60824deebca27c7b2790
treef5d5aa0bd3da34c5266fdc4e9b4a67573903eca5
parentee4512ed481a126dadd33334186e0e759d7f2f47
trace2: collect Windows-specific process information

Add platform-specific interface to log information about the current
process.

On Windows, this interface is used to indicate whether the git process
is running under a debugger and list names of the process ancestors.

Information for other platforms is left for a future effort.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
common-main.c
compat/win32/trace2_win32_process_info.c [new file with mode: 0644]
config.mak.uname
trace2.h