summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-02-23Add check for lldb-3.5-dev package and enable lldb sos plugin build.Mike McLaughlin2-4/+8
2015-02-23Don't build the lldb plugin until we can install the lldb-3.5-dev package on ...Mike McLaughlin1-3/+4
2015-02-23Merge remote-tracking branch 'upstream/master' into soscommand1Mike McLaughlin36-1543/+220
2015-02-21Merge pull request #317 from janvorli/fix-cfi-annotationJan Kotas2-10/+18
2015-02-21Fix warnings generated when building with Clang on Linux.Pat Gavlin12-35/+44
2015-02-21Merge pull request #312 from janvorli/pal-exception-testsJan Vorlicek12-51/+52
2015-02-20Fix SOS command to not break the OSX build, and be linkable against apples LL...Geoff Norton2-10/+20
2015-02-21Fix cfi annotation for NDirectImportThunk and JIT_RareDisableHelperJan Vorlicek2-10/+18
2015-02-20Merge pull request #313 from pgavlin/LibUnwindCheckPat Gavlin2-4/+4
2015-02-20Move the error that is emitted when libunwind is missing into CMake.Pat Gavlin2-4/+4
2015-02-21Remove duplicate check for number of exception argumentsJan Vorlicek1-8/+4
2015-02-20More review feedback changes. Fixed message when the sos module isn't found. ...Mike McLaughlin3-19/+28
2015-02-21Merge pull request #308 from janvorli/exception-handlingJan Vorlicek9-1448/+95
2015-02-20Enable several PAL exception testsJan Vorlicek12-44/+49
2015-02-20Merge pull request #310 from kangaroo/issue-307Jan Vorlicek3-2/+14
2015-02-20Merge remote-tracking branch 'upstream/master' into soscommand1Mike McLaughlin7-31/+1
2015-02-20Review feedback. Fixed the sos plugin make file to use the LLDB_INCLUDE_DIR ...Mike McLaughlin7-15/+25
2015-02-20Cleanup moreJan Vorlicek3-201/+4
2015-02-20Add comments to PAL_TRY, PAL_EXCEPT etc.Jan Vorlicek1-0/+11
2015-02-20Improve error messaging to be a bit more helpful on linuxGeoff Norton1-0/+4
2015-02-20Merge pull request #302 from dotnet-bot/from-tfsSergiy Kuryata1-0/+1
2015-02-20Unwind also needs _DEFAULT_SOURCE, in fact most everything does. Lets move i...Geoff Norton1-2/+2
2015-02-20Check for libunwind in configure, and setup seh-unwind to have possible other...Geoff Norton3-0/+8
2015-02-20Add missing dummy PAL_CheckVirtualUnwind in ReleaseJan Vorlicek1-0/+4
2015-02-20Reflect PR feedbackJan Vorlicek2-66/+20
2015-02-20Delete dead codeJan Kotas6-31/+0
2015-02-20Reimplement native exception handling for PALJan Vorlicek8-1212/+87
2015-02-19Change lldb plugin to use lldb dev package for its include and lib files.Mike McLaughlin1-21/+16
2015-02-19Merge remote-tracking branch 'upstream/master' into soscommand1Mike McLaughlin3-1/+43
2015-02-19Merge pull request #294 from AlexGhiondea/localPublishAlexGhiondea3-1/+43
2015-02-19Fixed Windows build for the DAC by restore the lib order back. Add the MAKEDL...Mike McLaughlin5-34/+34
2015-02-19OS bug 1704585: WoW64 breakpoint in crossgen!debugError when compiling ARMCHKJohn Chen1-0/+1
2015-02-19Merge branch 'master' into soscommand1Mike McLaughlin19-318/+299
2015-02-19Use the MAKEDLLNAME macro to properly name the dynamically loaded libraries .Mike McLaughlin3-3/+27
2015-02-19Setup the CoreCLR repo to use the LocalPackagePublish mechanism.Alex Ghiondea3-1/+43
2015-02-18Use environment vars to point to the lldb source and libraries. If not set, ...Mike McLaughlin1-17/+22
2015-02-18Merge pull request #271 from kangaroo/more-va_list-safetyJan Kotas4-60/+9
2015-02-19Merge branch 'unix_issue177'Jan Vorlicek14-193/+286
2015-02-18Ifdef out some PE specific DAC code. Still need to replace some of it with a ...Mike McLaughlin1-2/+6
2015-02-18Reflect CR feedbackJan Vorlicek6-44/+63
2015-02-17Merge pull request #292 from ellismg/remove-unix-specific-encoding-workaroundMatt Ellis1-6/+0
2015-02-17Remove Unix specific hack in Encoding.GetEncodingMatt Ellis1-6/+0
2015-02-17Fix redefint of HAVE_FTRUNCATE_LARGE_LENGTH_SUPPORTGeoff Norton1-1/+0
2015-02-17Move the UNWIND_CONTEXT_IS_UCONTEXT_T check into cmake as wellGeoff Norton2-0/+3
2015-02-17Merge branch 'master' into unix_issue177Geoff Norton49-4654/+1277
2015-02-17Refactor linux libunwind to work on osxGeoff Norton7-36/+76
2015-02-16Merge branch 'master' into soscommand1Mike McLaughlin9-296/+15
2015-02-16The ftruncate tests eat up a lot of disk space, and build time -- disable themGeoff Norton2-58/+4
2015-02-16One more fix to DAC build. The wrong "delete" code was being used causing a f...Mike McLaughlin1-0/+4
2015-02-16Implement native stack unwinding for LinuxJan Vorlicek12-167/+184