[Lldb-commits] [lldb] [lldb][FreeBSD] Fix NativeRegisterContextFreeBSD_{arm,mips64,powerpc}… (PR #101403)

2024-08-01 Thread Dimitry Andric via lldb-commits
https://github.com/DimitryAndric closed https://github.com/llvm/llvm-project/pull/101403 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][FreeBSD] Fix NativeRegisterContextFreeBSD_{arm,mips64,powerpc}… (PR #101403)

2024-07-31 Thread Dimitry Andric via lldb-commits
https://github.com/DimitryAndric created https://github.com/llvm/llvm-project/pull/101403 …() declarations Similar to #97796, fix the type of the `native_thread` parameter for the arm, mips64 and powerpc variants of `NativeRegisterContextFreeBSD_*`. Otherwise, this leads to compile errors sim

[Lldb-commits] [lldb] 7abfaa0 - [lldb] Define LLDB_VERSION_PATCH correctly

2022-04-29 Thread Dimitry Andric via lldb-commits
Author: Dimitry Andric Date: 2022-04-29T19:29:51+02:00 New Revision: 7abfaa0a815a37ef6abd3ad7eb169007bdc36619 URL: https://github.com/llvm/llvm-project/commit/7abfaa0a815a37ef6abd3ad7eb169007bdc36619 DIFF: https://github.com/llvm/llvm-project/commit/7abfaa0a815a37ef6abd3ad7eb169007bdc36619.diff

[Lldb-commits] [lldb] b5a927b - [lldb] Move create_relative_symlink function up in CMake hierarchy

2021-11-23 Thread Dimitry Andric via lldb-commits
Author: Dimitry Andric Date: 2021-11-23T21:59:49+01:00 New Revision: b5a927b972b2c07b4597e93ed0b57803bfc0e6ae URL: https://github.com/llvm/llvm-project/commit/b5a927b972b2c07b4597e93ed0b57803bfc0e6ae DIFF: https://github.com/llvm/llvm-project/commit/b5a927b972b2c07b4597e93ed0b57803bfc0e6ae.diff

[Lldb-commits] [lldb] 5033f07 - [lldb] Avoid unhandled Error in TypeSystemMap::GetTypeSystemForLanguage

2021-08-16 Thread Dimitry Andric via lldb-commits
Author: Dimitry Andric Date: 2021-08-16T17:34:42+02:00 New Revision: 5033f0793fe6e8b36990e6ce9f9ec2bf2ff79923 URL: https://github.com/llvm/llvm-project/commit/5033f0793fe6e8b36990e6ce9f9ec2bf2ff79923 DIFF: https://github.com/llvm/llvm-project/commit/5033f0793fe6e8b36990e6ce9f9ec2bf2ff79923.diff

[Lldb-commits] [lldb] 1ce07cd - Instantiate Error in Target::GetEntryPointAddress() only when necessary

2020-08-22 Thread Dimitry Andric via lldb-commits
Author: Dimitry Andric Date: 2020-08-22T12:47:13+02:00 New Revision: 1ce07cd614beab5150a5440c7faf195009f99e2c URL: https://github.com/llvm/llvm-project/commit/1ce07cd614beab5150a5440c7faf195009f99e2c DIFF: https://github.com/llvm/llvm-project/commit/1ce07cd614beab5150a5440c7faf195009f99e2c.diff

[Lldb-commits] [lldb] r374444 - Fix process launch failure on FreeBSD after r365761

2019-10-10 Thread Dimitry Andric via lldb-commits
Author: dim Date: Thu Oct 10 13:26:59 2019 New Revision: 37 URL: http://llvm.org/viewvc/llvm-project?rev=37&view=rev Log: Fix process launch failure on FreeBSD after r365761 Summary: After rLLDB365761, and with `LLVM_ENABLE_ABI_BREAKING_CHECKS` enabled, launching any process on FreeBSD cr

[Lldb-commits] [lldb] r321016 - Fix more inconsistent line endings. NFC.

2017-12-18 Thread Dimitry Andric via lldb-commits
Author: dim Date: Mon Dec 18 11:46:56 2017 New Revision: 321016 URL: http://llvm.org/viewvc/llvm-project?rev=321016&view=rev Log: Fix more inconsistent line endings. NFC. Modified: lldb/trunk/www/build.html lldb/trunk/www/test.html Modified: lldb/trunk/www/build.html URL: http://llvm.or

Re: [Lldb-commits] [lldb] r280755 - Reorder FreeBSD Host.cpp #includes to fix build

2016-09-06 Thread Dimitry Andric via lldb-commits
In general, and headers should be at the top, followed by standard headers such as , then followed by application-specific headers. IIRC this is also the case for Linux. -Dimitry > On 07 Sep 2016, at 00:02, Zachary Turner via lldb-commits > wrote: > > Why was this causing a problem? The

[Lldb-commits] [lldb] r257361 - Replace accidental DOS (and mixed) line endings in a few text files

2016-01-11 Thread Dimitry Andric via lldb-commits
Author: dim Date: Mon Jan 11 12:07:47 2016 New Revision: 257361 URL: http://llvm.org/viewvc/llvm-project?rev=257361&view=rev Log: Replace accidental DOS (and mixed) line endings in a few text files Summary: Similar to rL256704 and rL256707, fix a few text files which were accidentally checked in

Re: [Lldb-commits] [PATCH] D16027: Replace accidental DOS (and mixed) line endings in a few text files

2016-01-11 Thread Dimitry Andric via lldb-commits
dim updated this revision to Diff 44525. dim added a comment. Updating for upstream changes. http://reviews.llvm.org/D16027 Files: packages/Python/lldbsuite/test/functionalities/postmortem/minidump/fizzbuzz.cpp source/Commands/CommandObjectLanguage.cpp source/Plugins/Process/Windows/Live

[Lldb-commits] [PATCH] D16027: Replace accidental DOS (and mixed) line endings in a few text files

2016-01-09 Thread Dimitry Andric via lldb-commits
dim created this revision. dim added reviewers: emaste, jingham. dim added a subscriber: lldb-commits. Similar to rL256704 and rL256707, fix a few text files which were accidentally checked in with DOS line endings, or mixed line endings. http://reviews.llvm.org/D16027 Files: packages/Python/