Author: Tatyana Krasnukha
Date: 2020-08-05T11:59:47+03:00
New Revision: 75012a80440f2302d3dc0e57ea264b9c26c26789
URL:
https://github.com/llvm/llvm-project/commit/75012a80440f2302d3dc0e57ea264b9c26c26789
DIFF:
https://github.com/llvm/llvm-project/commit/75012a80440f2302d3dc0e57ea264b9c26c26789.d
Author: Tatyana Krasnukha
Date: 2020-08-05T11:59:48+03:00
New Revision: bc056b3aa7130923ab9ad0505c5a8d65ea721e39
URL:
https://github.com/llvm/llvm-project/commit/bc056b3aa7130923ab9ad0505c5a8d65ea721e39
DIFF:
https://github.com/llvm/llvm-project/commit/bc056b3aa7130923ab9ad0505c5a8d65ea721e39.d
Author: Tatyana Krasnukha
Date: 2020-08-05T11:59:46+03:00
New Revision: cc68c122cd00f99037b8ff7e645e2b387d56da8b
URL:
https://github.com/llvm/llvm-project/commit/cc68c122cd00f99037b8ff7e645e2b387d56da8b
DIFF:
https://github.com/llvm/llvm-project/commit/cc68c122cd00f99037b8ff7e645e2b387d56da8b.d
I had that issue since r373668 and the commit was already reverted today
(r374226). Now finish_swig works for me. Cannot say anything about installation
steps.
From: lldb-dev On Behalf Of Ted Woodward via
lldb-dev
Sent: Friday, October 11, 2019 2:11 AM
To: LLDB ; h...@google.com; antonio.afo..
Author: tkrasnukha
Date: Thu Oct 17 08:16:21 2019
New Revision: 375122
URL: http://llvm.org/viewvc/llvm-project?rev=375122&view=rev
Log:
[ARC] Basic support in gdb-remote process plugin
Differential Revision: https://reviews.llvm.org/D55718
Modified:
lldb/trunk/include/lldb/Utility/ArchSpec.
Author: tkrasnukha
Date: Thu Oct 17 08:18:03 2019
New Revision: 375123
URL: http://llvm.org/viewvc/llvm-project?rev=375123&view=rev
Log:
[ARC] Add SystemV ABI
Differential Revision: https://reviews.llvm.org/D55724
Added:
lldb/trunk/source/Plugins/ABI/SysV-arc/
lldb/trunk/source/Plugins/A
Author: Tatyana Krasnukha
Date: 2019-11-12T13:58:06+03:00
New Revision: 3130a88137ddc6ee277c4e896f235cf93d883dfa
URL:
https://github.com/llvm/llvm-project/commit/3130a88137ddc6ee277c4e896f235cf93d883dfa
DIFF:
https://github.com/llvm/llvm-project/commit/3130a88137ddc6ee277c4e896f235cf93d883dfa.d
Author: tkrasnukha
Date: Wed Jul 31 05:00:30 2019
New Revision: 367414
URL: http://llvm.org/viewvc/llvm-project?rev=367414&view=rev
Log:
[ProcessWindows] Choose a register context file by preprocessor
Replaced Cmake option based check with the preprocessor macro as
CMAKE_SYSTEM_PROCESSOR doesn't
Author: tkrasnukha
Date: Mon Aug 26 06:35:59 2019
New Revision: 369908
URL: http://llvm.org/viewvc/llvm-project?rev=369908&view=rev
Log:
[ProcessWindows] Remove equivalent macros
Modified:
lldb/trunk/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp
lldb/trunk/sou
Author: tkrasnukha
Date: Tue Aug 27 10:22:03 2019
New Revision: 370078
URL: http://llvm.org/viewvc/llvm-project?rev=370078&view=rev
Log:
[lldb] Fix x86 compilation
Differential Revision: https://reviews.llvm.org/D66655
Patch by Leonid Mashinskiy
Modified:
lldb/trunk/source/Plugins/Process/
Author: tkrasnukha
Date: Tue Sep 24 07:24:52 2019
New Revision: 372763
URL: http://llvm.org/viewvc/llvm-project?rev=372763&view=rev
Log:
[NFC] Fix typo in the "kind" description for the software single-step breakpoint
Modified:
lldb/trunk/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
Mod
Author: tkrasnukha
Date: Thu Sep 26 03:57:11 2019
New Revision: 372961
URL: http://llvm.org/viewvc/llvm-project?rev=372961&view=rev
Log:
Don't stop execution in batch mode when process stops with SIGINT or SIGSTOP
Summary: Usually, SIGINT and SIGSTOP don't imply a crash, e.g. SIGSTOP is sent
on
Author: tkrasnukha
Date: Fri Apr 26 09:41:04 2019
New Revision: 359319
URL: http://llvm.org/viewvc/llvm-project?rev=359319&view=rev
Log:
Replace local utility class OnExit with llvm::scope_exit (NFC)
Modified:
lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
Modified:
Author: tkrasnukha
Date: Tue May 21 06:22:46 2019
New Revision: 361255
URL: http://llvm.org/viewvc/llvm-project?rev=361255&view=rev
Log:
[lldb-mi] Include full path in the -data-disassemble response
Differential Revision: https://reviews.llvm.org/D59015
Patch by Anton Kolesov
Modified:
lld
Author: tkrasnukha
Date: Mon Jun 10 14:13:37 2019
New Revision: 362985
URL: http://llvm.org/viewvc/llvm-project?rev=362985&view=rev
Log:
[Target] Use llvm::scope_exit to restore m_suppress_stop_hooks value.
Modified:
lldb/trunk/source/Target/Target.cpp
Modified: lldb/trunk/source/Target/Targ
Author: tkrasnukha
Date: Thu Jun 20 08:06:31 2019
New Revision: 363933
URL: http://llvm.org/viewvc/llvm-project?rev=363933&view=rev
Log:
[unittests] Use object library if cmake supports it
Differential Revision: https://reviews.llvm.org/D63544
Modified:
lldb/trunk/unittests/tools/lldb-mi/uti
Author: tkrasnukha
Date: Fri Jun 21 04:46:46 2019
New Revision: 364035
URL: http://llvm.org/viewvc/llvm-project?rev=364035&view=rev
Log:
[unittests] Simplify CMakeLists with object library
The solution suggested by Chris Bieneman works for all versions of CMake.
Differential Revision: https://re
Author: Tatyana Krasnukha
Date: 2020-12-12T16:40:58+03:00
New Revision: 2634ec6ce9007f2406545ca28b4c72961f1e8f67
URL:
https://github.com/llvm/llvm-project/commit/2634ec6ce9007f2406545ca28b4c72961f1e8f67
DIFF:
https://github.com/llvm/llvm-project/commit/2634ec6ce9007f2406545ca28b4c72961f1e8f67.d
Author: Tatyana Krasnukha
Date: 2020-12-12T16:40:58+03:00
New Revision: 7832d7e95ace589b2275bafe701ccb377a16b1b2
URL:
https://github.com/llvm/llvm-project/commit/7832d7e95ace589b2275bafe701ccb377a16b1b2
DIFF:
https://github.com/llvm/llvm-project/commit/7832d7e95ace589b2275bafe701ccb377a16b1b2.d
Author: Tatyana Krasnukha
Date: 2020-12-12T16:40:59+03:00
New Revision: a01b26fb51c710a3a8ef88cc83b0701461f5b9ab
URL:
https://github.com/llvm/llvm-project/commit/a01b26fb51c710a3a8ef88cc83b0701461f5b9ab
DIFF:
https://github.com/llvm/llvm-project/commit/a01b26fb51c710a3a8ef88cc83b0701461f5b9ab.d
Author: Tatyana Krasnukha
Date: 2021-02-08T15:09:08+03:00
New Revision: a39bcbca92e169baeb8b2c55dff90141ddd53888
URL:
https://github.com/llvm/llvm-project/commit/a39bcbca92e169baeb8b2c55dff90141ddd53888
DIFF:
https://github.com/llvm/llvm-project/commit/a39bcbca92e169baeb8b2c55dff90141ddd53888.d
Author: Tatyana Krasnukha
Date: 2021-02-08T15:09:09+03:00
New Revision: f9c5e1664e081031e7deec3df49953952771d21b
URL:
https://github.com/llvm/llvm-project/commit/f9c5e1664e081031e7deec3df49953952771d21b
DIFF:
https://github.com/llvm/llvm-project/commit/f9c5e1664e081031e7deec3df49953952771d21b.d
Author: Tatyana Krasnukha
Date: 2021-02-08T15:09:09+03:00
New Revision: 36de94cf54efbad967a9a0fa41329a8b59bc35c4
URL:
https://github.com/llvm/llvm-project/commit/36de94cf54efbad967a9a0fa41329a8b59bc35c4
DIFF:
https://github.com/llvm/llvm-project/commit/36de94cf54efbad967a9a0fa41329a8b59bc35c4.d
Author: Tatyana Krasnukha
Date: 2021-02-08T15:10:48+03:00
New Revision: 05d7d6949c7cd3f1566d4c8394fa59160a7ffd05
URL:
https://github.com/llvm/llvm-project/commit/05d7d6949c7cd3f1566d4c8394fa59160a7ffd05
DIFF:
https://github.com/llvm/llvm-project/commit/05d7d6949c7cd3f1566d4c8394fa59160a7ffd05.d
Author: Tatyana Krasnukha
Date: 2019-11-21T15:03:37+03:00
New Revision: ffc4ff868fcca29080dcc90e223b582c4ccfc574
URL:
https://github.com/llvm/llvm-project/commit/ffc4ff868fcca29080dcc90e223b582c4ccfc574
DIFF:
https://github.com/llvm/llvm-project/commit/ffc4ff868fcca29080dcc90e223b582c4ccfc574.d
Author: Tatyana Krasnukha
Date: 2019-12-09T20:23:05+03:00
New Revision: d32484f40cbe1249643f024e3a10c4e3c50ff837
URL:
https://github.com/llvm/llvm-project/commit/d32484f40cbe1249643f024e3a10c4e3c50ff837
DIFF:
https://github.com/llvm/llvm-project/commit/d32484f40cbe1249643f024e3a10c4e3c50ff837.d
Author: Tatyana Krasnukha
Date: 2019-12-26T18:49:34+03:00
New Revision: f57b35af2f00791d1203080c43ca1d87db6cad41
URL:
https://github.com/llvm/llvm-project/commit/f57b35af2f00791d1203080c43ca1d87db6cad41
DIFF:
https://github.com/llvm/llvm-project/commit/f57b35af2f00791d1203080c43ca1d87db6cad41.d
Author: Tatyana Krasnukha
Date: 2019-12-26T18:49:35+03:00
New Revision: a58bd0e42cf21a80c0f2c69bddf8fe32b6e99a40
URL:
https://github.com/llvm/llvm-project/commit/a58bd0e42cf21a80c0f2c69bddf8fe32b6e99a40
DIFF:
https://github.com/llvm/llvm-project/commit/a58bd0e42cf21a80c0f2c69bddf8fe32b6e99a40.d
Author: Tatyana Krasnukha
Date: 2020-01-10T16:31:03+03:00
New Revision: 9ba151274869c377921a09ba0bd635412da755ef
URL:
https://github.com/llvm/llvm-project/commit/9ba151274869c377921a09ba0bd635412da755ef
DIFF:
https://github.com/llvm/llvm-project/commit/9ba151274869c377921a09ba0bd635412da755ef.d
Author: Tatyana Krasnukha
Date: 2020-01-10T16:31:02+03:00
New Revision: e4d672971030fe26dbb8237038038c3ff9ae7541
URL:
https://github.com/llvm/llvm-project/commit/e4d672971030fe26dbb8237038038c3ff9ae7541
DIFF:
https://github.com/llvm/llvm-project/commit/e4d672971030fe26dbb8237038038c3ff9ae7541.d
Author: Tatyana Krasnukha
Date: 2020-01-10T16:39:38+03:00
New Revision: b3af8ab7f83c2a825c584ddedf5cc9207ca66b44
URL:
https://github.com/llvm/llvm-project/commit/b3af8ab7f83c2a825c584ddedf5cc9207ca66b44
DIFF:
https://github.com/llvm/llvm-project/commit/b3af8ab7f83c2a825c584ddedf5cc9207ca66b44.d
Author: Tatyana Krasnukha
Date: 2020-01-10T17:37:55+03:00
New Revision: 3eea082535e232b35e6b2dab45dd81728b2ae7f4
URL:
https://github.com/llvm/llvm-project/commit/3eea082535e232b35e6b2dab45dd81728b2ae7f4
DIFF:
https://github.com/llvm/llvm-project/commit/3eea082535e232b35e6b2dab45dd81728b2ae7f4.d
Author: Tatyana Krasnukha
Date: 2020-01-10T17:37:55+03:00
New Revision: e20a3b9b6c028ef3fea92ddb19e98db45e3d0509
URL:
https://github.com/llvm/llvm-project/commit/e20a3b9b6c028ef3fea92ddb19e98db45e3d0509
DIFF:
https://github.com/llvm/llvm-project/commit/e20a3b9b6c028ef3fea92ddb19e98db45e3d0509.d
101 - 133 of 133 matches
Mail list logo