• J
    ProcessInfo2 Diagnostics IPC Command (#52258) · 197cfb60
    John Salem 提交于
    * Stash the entrypoint assembly path
    
    * Add ep funcs for accessing entrypoint and version
     * TODO: get Mono's entrypoint asm
    
    * Add ProcessInfo2 command
     * command includes everything the first one did + product ver
       and entrypoint asm path
    * Add a test too
    
    * Mono build fixes
    
    * fix Mono build
    
    * PR feedback
    * fetch mono info from main assembly
    * remove ref naming
    * remove lazy method
    
    * handle bundled host
    * need to test still
    
    * Use assembly name
    * simplify access patterns
    * change API to utf8
    * updated test
    
    * update comment
    
    * PR feedback
    
    * save before I commit this time...
    
    * fix merge conflict
    
    * Update ds-process-protocol.c
    
    add missing break statement from merge conflict fix
    
    * Update src/native/eventpipe/ds-process-protocol.h
    
    * Update ds-process-protocol.c
    
    add missing frees
    
    * PR feedback
    197cfb60
ds-process-protocol.c 22.2 KB