Skip to content

Commit

Permalink
Fully implement dbgshim so it doesn't depend on LD_LIBRARY_PATH (issu…
Browse files Browse the repository at this point in the history
…e #650).

It finds and uses the path coreclr is in to load dbi/dac.

Fixed directory separator in dbgshim.
  • Loading branch information
mikem8361 committed Jun 12, 2015
1 parent 0d86302 commit cb5c293
Show file tree
Hide file tree
Showing 7 changed files with 341 additions and 557 deletions.
1 change: 0 additions & 1 deletion src/debug/debug-pal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ if(CLR_CMAKE_PLATFORM_UNIX)

set(TWO_WAY_PIPE_SOURCES
unix/twowaypipe.cpp
unix/dynamiclibaddress.cpp
)

endif(CLR_CMAKE_PLATFORM_UNIX)
Expand Down
91 changes: 0 additions & 91 deletions src/debug/debug-pal/unix/dynamiclibaddress.cpp

This file was deleted.

Loading

0 comments on commit cb5c293

Please sign in to comment.