summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Mike McLaughlin [Wed, 27 Jun 2018 20:47:07 +0000 (13:47 -0700)]
Fix internal build yaml file (#26)
Mike McLaughlin [Wed, 27 Jun 2018 17:02:03 +0000 (10:02 -0700)]
Add CI build and test for Windows, Linux (Centos 7) and macOS (#25)
Update README build status.
Add swift 4.1 lldb include files
Mike McLaughlin [Fri, 8 Jun 2018 22:58:14 +0000 (15:58 -0700)]
Setup for yaml based builds. (#23)
Mike McLaughlin [Sat, 26 May 2018 21:32:58 +0000 (14:32 -0700)]
Add documentation on building this repo (#21)
Add documentation on building.
Update README.md
Mike McLaughlin [Sat, 26 May 2018 01:22:23 +0000 (18:22 -0700)]
Merge pull request #20 from mikem8361/fixmacos
Fix MacOS lldb plugin build.
Mike McLaughlin [Fri, 25 May 2018 23:21:19 +0000 (16:21 -0700)]
Fix MacOS lldb plugin build and tests.
Add swift 4.0 include files to build plugin on MacOS.
Mike McLaughlin [Fri, 25 May 2018 23:09:22 +0000 (16:09 -0700)]
Merge pull request #12 from mikem8361/addpalsos
Add the PAL and SOS itself
Mike McLaughlin [Sun, 20 May 2018 01:11:08 +0000 (18:11 -0700)]
Add the PAL and SOS itself.
Enable native SOS build on windows.
Remove libunwind from the PAL
Cleanup and include file trimming.
Change the SOS.NETCore.dll load directory to sos's location.
Load sos from current working directory that the plugin is in.
Update help for stress logs.
Add "sethostruntime" SOS command.
Mike McLaughlin [Sun, 20 May 2018 00:55:12 +0000 (17:55 -0700)]
PAL and SOS base.
From commit #
2d68d032723f934f46018767f46dc534d4fc6c1f (preview1-26508-05) in the coreclr repo.
Mike McLaughlin [Thu, 10 May 2018 23:09:58 +0000 (16:09 -0700)]
Merge pull request #11 from mikem8361/scriptfixes
Properly find lldb binary in testsos.sh
Mike McLaughlin [Thu, 10 May 2018 21:29:02 +0000 (14:29 -0700)]
Properly find lldb binary in testsos.sh
Mike McLaughlin [Thu, 10 May 2018 00:13:44 +0000 (17:13 -0700)]
Merge pull request #10 from mikem8361/scripts
Add license headers
Mike McLaughlin [Wed, 9 May 2018 19:42:25 +0000 (12:42 -0700)]
Add license headers
Add .NET Core install script that works on Fedora, OpenSuse, etc.
Update to dotnet 2.1.300-rc1-008673
Mike McLaughlin [Mon, 7 May 2018 23:55:57 +0000 (16:55 -0700)]
Merge pull request #5 from mikem8361/testci
Test CI build.
Mike McLaughlin [Mon, 7 May 2018 23:32:40 +0000 (16:32 -0700)]
Fix CI build.
Mike McLaughlin [Mon, 7 May 2018 23:28:30 +0000 (16:28 -0700)]
Merge pull request #4 from mikem8361/lldbplugin
Add lldbplugin and native build scripts.
Mike McLaughlin [Sat, 28 Apr 2018 00:01:46 +0000 (17:01 -0700)]
Add lldbplugin and native build scripts.
Add SOS/lldb plugin tests from coreclr.
Add native build, test and ci scripts.
Mike McLaughlin [Thu, 26 Apr 2018 22:49:40 +0000 (15:49 -0700)]
Merge pull request #3 from mikem8361/addsos
Add the managed SOS code.
Mike McLaughlin [Thu, 22 Mar 2018 01:58:34 +0000 (18:58 -0700)]
Add the managed SOS code.
Using the Roslyn repo tool set to build (for now).
Mike McLaughlin [Thu, 22 Mar 2018 01:05:51 +0000 (18:05 -0700)]
Initialize repo