[Lldb-commits] [lldb] [lldb] Fix assert frame recognizer for Ubuntu 22.04 (PR #109594)

2024-09-23 Thread Jan Kratochvil via lldb-commits
jankratochvil wrote: > I did not add a testcase because it would require a specific glibc. Does some standard testcase FAIL->PASS by this fix when the testsuite is being run on Ubuntu 22.04? If not could you write such a testcase which would FAIL->PASS only on Ubuntu 22.04? https://github.com

[Lldb-commits] [lldb] e93bade - [nfc] [lldb] Remove unused DIEPointerSet, DeclToDIEMap and m_decl_to_die

2021-09-17 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-09-17T21:51:36+02:00 New Revision: e93baded39578d62139656833c9b926d5cf78ba5 URL: https://github.com/llvm/llvm-project/commit/e93baded39578d62139656833c9b926d5cf78ba5 DIFF: https://github.com/llvm/llvm-project/commit/e93baded39578d62139656833c9b926d5cf78ba5.diff

[Lldb-commits] [lldb] ff94f60 - [lldb] [testsuite] Fix false failures on "\n" regex match

2021-09-12 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-09-13T07:35:12+02:00 New Revision: ff94f6024082ecd6b8a236b0953d3ce2d240cc64 URL: https://github.com/llvm/llvm-project/commit/ff94f6024082ecd6b8a236b0953d3ce2d240cc64 DIFF: https://github.com/llvm/llvm-project/commit/ff94f6024082ecd6b8a236b0953d3ce2d240cc64.diff

[Lldb-commits] [lldb] e21a21a - [lldb] Fix#2 of DW_AT_ranges DW_FORM_sec_offset not using DW_AT_rnglists_base (used by GCC)

2021-08-17 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-08-17T22:19:16+02:00 New Revision: e21a21a977b492cc7172779d080db146e3c39e06 URL: https://github.com/llvm/llvm-project/commit/e21a21a977b492cc7172779d080db146e3c39e06 DIFF: https://github.com/llvm/llvm-project/commit/e21a21a977b492cc7172779d080db146e3c39e06.diff

[Lldb-commits] [lldb] f3932b9 - [nfc] [lldb] Assertions for D106270 - [DWARF5] Fix offset check when using .debug_names

2021-08-10 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-08-10T20:43:24+02:00 New Revision: f3932b9a0b0b7787ccd3572bad134acc4146acaa URL: https://github.com/llvm/llvm-project/commit/f3932b9a0b0b7787ccd3572bad134acc4146acaa DIFF: https://github.com/llvm/llvm-project/commit/f3932b9a0b0b7787ccd3572bad134acc4146acaa.diff

[Lldb-commits] [lldb] 14f4430 - [nfc] [lldb] Prevent needless copies of DataExtractor

2021-08-04 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-08-04T20:35:53+02:00 New Revision: 14f443030c1acc4346589aee3c1c532dc00eae3a URL: https://github.com/llvm/llvm-project/commit/14f443030c1acc4346589aee3c1c532dc00eae3a DIFF: https://github.com/llvm/llvm-project/commit/14f443030c1acc4346589aee3c1c532dc00eae3a.diff

[Lldb-commits] [lldb] 437e37d - [nfc] [lldb] Support moving support files instead of copy

2021-08-02 Thread Jan Kratochvil via lldb-commits
Author: Eric Leese Date: 2021-08-02T21:43:34+02:00 New Revision: 437e37dd553917ef890821d5045f898f065e4d47 URL: https://github.com/llvm/llvm-project/commit/437e37dd553917ef890821d5045f898f065e4d47 DIFF: https://github.com/llvm/llvm-project/commit/437e37dd553917ef890821d5045f898f065e4d47.diff LO

[Lldb-commits] [lldb] ea97066 - [test] [lldb] Use filename instead of index in test

2021-08-02 Thread Jan Kratochvil via lldb-commits
Author: Eric Leese Date: 2021-08-02T21:12:57+02:00 New Revision: ea9706626ce3f83b8433849049cc3c64b6b7297c URL: https://github.com/llvm/llvm-project/commit/ea9706626ce3f83b8433849049cc3c64b6b7297c DIFF: https://github.com/llvm/llvm-project/commit/ea9706626ce3f83b8433849049cc3c64b6b7297c.diff LO

[Lldb-commits] [lldb] 6ef6616 - [nfc] [lldb] Removed unused DWARFDebugInfo::GetDIEForDIEOffset

2021-07-31 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-08-01T00:38:01+02:00 New Revision: 6ef6616e07f5be69557e744fc28459d6051cfa9c URL: https://github.com/llvm/llvm-project/commit/6ef6616e07f5be69557e744fc28459d6051cfa9c DIFF: https://github.com/llvm/llvm-project/commit/6ef6616e07f5be69557e744fc28459d6051cfa9c.diff

[Lldb-commits] [lldb] fb09f36 - [lldb] [DWARF-5] Be lazier about loading .dwo files

2021-07-31 Thread Jan Kratochvil via lldb-commits
Author: Eric Leese Date: 2021-07-31T10:45:31+02:00 New Revision: fb09f365ae28920666ddfd466fb09b44b9cb7be1 URL: https://github.com/llvm/llvm-project/commit/fb09f365ae28920666ddfd466fb09b44b9cb7be1 DIFF: https://github.com/llvm/llvm-project/commit/fb09f365ae28920666ddfd466fb09b44b9cb7be1.diff LO

[Lldb-commits] [lldb] 8dfd6ca - [lldb] [DWARF-5] Be lazier about loading .dwo files

2021-07-30 Thread Jan Kratochvil via lldb-commits
Author: Eric Leese Date: 2021-07-30T23:17:06+02:00 New Revision: 8dfd6cae9bd62ae5ef056b994ece2e98f1558830 URL: https://github.com/llvm/llvm-project/commit/8dfd6cae9bd62ae5ef056b994ece2e98f1558830 DIFF: https://github.com/llvm/llvm-project/commit/8dfd6cae9bd62ae5ef056b994ece2e98f1558830.diff LO

[Lldb-commits] [lldb] d0e6d94 - Revert "[lldb] [DWARF-5] Be lazier about loading .dwo files"

2021-07-30 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-07-30T14:54:27+02:00 New Revision: d0e6d946b6db87a6310c43aac1788345c8990182 URL: https://github.com/llvm/llvm-project/commit/d0e6d946b6db87a6310c43aac1788345c8990182 DIFF: https://github.com/llvm/llvm-project/commit/d0e6d946b6db87a6310c43aac1788345c8990182.diff

[Lldb-commits] [lldb] e7b8ba1 - [lldb] [DWARF-5] Be lazier about loading .dwo files

2021-07-30 Thread Jan Kratochvil via lldb-commits
Author: Eric Leese Date: 2021-07-30T13:34:51+02:00 New Revision: e7b8ba103a8411fb25237727c3822d4c431e4814 URL: https://github.com/llvm/llvm-project/commit/e7b8ba103a8411fb25237727c3822d4c431e4814 DIFF: https://github.com/llvm/llvm-project/commit/e7b8ba103a8411fb25237727c3822d4c431e4814.diff LO

[Lldb-commits] [lldb] 2e9853e - [DWARF5] Only fallback to manual index if no entry was found

2021-07-29 Thread Jan Kratochvil via lldb-commits
Author: Kim-Anh Tran Date: 2021-07-29T16:16:42+02:00 New Revision: 2e9853e0e9ff263a948ebef70221fd0cec9c4830 URL: https://github.com/llvm/llvm-project/commit/2e9853e0e9ff263a948ebef70221fd0cec9c4830 DIFF: https://github.com/llvm/llvm-project/commit/2e9853e0e9ff263a948ebef70221fd0cec9c4830.diff

[Lldb-commits] [lldb] 278df28 - [nfc] [lldb] Rename GetRnglist() to GetRnglistTable()

2021-07-21 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-07-21T10:45:37+02:00 New Revision: 278df28557f138481ac852d2d064d4c27626048a URL: https://github.com/llvm/llvm-project/commit/278df28557f138481ac852d2d064d4c27626048a DIFF: https://github.com/llvm/llvm-project/commit/278df28557f138481ac852d2d064d4c27626048a.diff

[Lldb-commits] [lldb] 7274848 - [lldb] Fix editline unicode on Linux

2021-07-13 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-07-13T12:37:53+02:00 New Revision: 72748488addd651beb7b60da462c721f3e175357 URL: https://github.com/llvm/llvm-project/commit/72748488addd651beb7b60da462c721f3e175357 DIFF: https://github.com/llvm/llvm-project/commit/72748488addd651beb7b60da462c721f3e175357.diff

[Lldb-commits] [lldb] e825c24 - [lldb] Fix Recognizer/assert.test with glibc-2.33.9000-31.fc35.x86_64

2021-07-01 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-07-01T09:16:07+02:00 New Revision: e825c244b6063344ae726600d6a1225a05788dfa URL: https://github.com/llvm/llvm-project/commit/e825c244b6063344ae726600d6a1225a05788dfa DIFF: https://github.com/llvm/llvm-project/commit/e825c244b6063344ae726600d6a1225a05788dfa.diff

[Lldb-commits] [lldb] fffb975 - [lldb] Fix libstdc++ 11's std::unique_ptr affecting LLDB testsuite TestDataFormatterStdUniquePtr.py

2021-06-15 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-06-15T11:19:20+02:00 New Revision: fffb975095119adb5f91be4e3c83ac0cb4b1602c URL: https://github.com/llvm/llvm-project/commit/fffb975095119adb5f91be4e3c83ac0cb4b1602c DIFF: https://github.com/llvm/llvm-project/commit/fffb975095119adb5f91be4e3c83ac0cb4b1602c.diff

[Lldb-commits] [lldb] 6d19c84 - [lldb] Improve invalid DWARF DW_AT_ranges error reporting

2021-05-20 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-05-20T21:37:01+02:00 New Revision: 6d19c84cd90369de5cda37f9a7a721e1cd9d0cb8 URL: https://github.com/llvm/llvm-project/commit/6d19c84cd90369de5cda37f9a7a721e1cd9d0cb8 DIFF: https://github.com/llvm/llvm-project/commit/6d19c84cd90369de5cda37f9a7a721e1cd9d0cb8.diff

[Lldb-commits] [lldb] 9dd861a - [nfc] [lldb] 1/2: Fix DW_AT_ranges DW_FORM_sec_offset not using DW_AT_rnglists_base (used by GCC)

2021-05-19 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-05-19T15:57:40+02:00 New Revision: 9dd861a4f53968c732531de5d4488ace20d6d075 URL: https://github.com/llvm/llvm-project/commit/9dd861a4f53968c732531de5d4488ace20d6d075 DIFF: https://github.com/llvm/llvm-project/commit/9dd861a4f53968c732531de5d4488ace20d6d075.diff

[Lldb-commits] [lldb] d131081 - [lldb] 2/2: Fix DW_AT_ranges DW_FORM_sec_offset not using DW_AT_rnglists_base (used by GCC)

2021-05-19 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-05-19T15:57:40+02:00 New Revision: d1310817194aad488c86f4fb627c33090600a4a9 URL: https://github.com/llvm/llvm-project/commit/d1310817194aad488c86f4fb627c33090600a4a9 DIFF: https://github.com/llvm/llvm-project/commit/d1310817194aad488c86f4fb627c33090600a4a9.diff

[Lldb-commits] [lldb] 18a8527 - [trace][intel-pt] Fix a crash on unconsumed Expected's Error

2021-04-22 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-04-22T22:27:08+02:00 New Revision: 18a85276426b9604a9ceca8c528b694964dd8d7c URL: https://github.com/llvm/llvm-project/commit/18a85276426b9604a9ceca8c528b694964dd8d7c DIFF: https://github.com/llvm/llvm-project/commit/18a85276426b9604a9ceca8c528b694964dd8d7c.diff

[Lldb-commits] [lldb] 6bc1e69 - [lldb] Fix Error/assert.test regression with symbols

2021-03-28 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-03-29T08:16:43+02:00 New Revision: 6bc1e69de270db8d7191200f54158e4192f997ba URL: https://github.com/llvm/llvm-project/commit/6bc1e69de270db8d7191200f54158e4192f997ba DIFF: https://github.com/llvm/llvm-project/commit/6bc1e69de270db8d7191200f54158e4192f997ba.diff

[Lldb-commits] [lldb] a233d72 - [lldb/Docs] Update docs with new buildbot URLs

2021-03-17 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-03-17T20:09:03+01:00 New Revision: a233d72f0e1a5fdbc93bb9ccc4b57667b65272be URL: https://github.com/llvm/llvm-project/commit/a233d72f0e1a5fdbc93bb9ccc4b57667b65272be DIFF: https://github.com/llvm/llvm-project/commit/a233d72f0e1a5fdbc93bb9ccc4b57667b65272be.diff

[Lldb-commits] [lldb] 08d33aa - [nfc] [lldb] Remove variable ranges_base in DWARFUnit::AddUnitDIE

2021-03-10 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-03-10T23:36:07+01:00 New Revision: 08d33aa6807d998ef777a4e6d56b629878d0e73b URL: https://github.com/llvm/llvm-project/commit/08d33aa6807d998ef777a4e6d56b629878d0e73b DIFF: https://github.com/llvm/llvm-project/commit/08d33aa6807d998ef777a4e6d56b629878d0e73b.diff

[Lldb-commits] [lldb] cf806d9 - [lldb] Fix DWARF-5 DW_FORM_implicit_const (used by GCC)

2021-03-09 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-03-09T10:23:05+01:00 New Revision: cf806d91d562736192f91478eb47daa29c2230bf URL: https://github.com/llvm/llvm-project/commit/cf806d91d562736192f91478eb47daa29c2230bf DIFF: https://github.com/llvm/llvm-project/commit/cf806d91d562736192f91478eb47daa29c2230bf.diff

[Lldb-commits] [lldb] fe73331 - [nfc] [lldb] Removed unused operator== for DWARFAbbreviationDeclaration and DWARFAttribute

2021-03-08 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-03-08T19:18:48+01:00 New Revision: fe7333174f54149c00cd32383bf5f6f05455de93 URL: https://github.com/llvm/llvm-project/commit/fe7333174f54149c00cd32383bf5f6f05455de93 DIFF: https://github.com/llvm/llvm-project/commit/fe7333174f54149c00cd32383bf5f6f05455de93.diff

[Lldb-commits] [lldb] 63abbeb - [nfc] [lldb] [testsuite] Cleanup of recently added dwarf5-line-strp.s

2021-03-08 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-03-08T17:41:56+01:00 New Revision: 63abbeb6a8b7dbc57ff90a13c73ac2b41486ee70 URL: https://github.com/llvm/llvm-project/commit/63abbeb6a8b7dbc57ff90a13c73ac2b41486ee70 DIFF: https://github.com/llvm/llvm-project/commit/63abbeb6a8b7dbc57ff90a13c73ac2b41486ee70.diff

[Lldb-commits] [lldb] addbc9b - [nfc] [lldb] Remove unused function DWARFAttribute::set

2021-03-08 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-03-08T17:04:35+01:00 New Revision: addbc9b34d6fc4757ea1582bd3dd4d9da1cfaf5c URL: https://github.com/llvm/llvm-project/commit/addbc9b34d6fc4757ea1582bd3dd4d9da1cfaf5c DIFF: https://github.com/llvm/llvm-project/commit/addbc9b34d6fc4757ea1582bd3dd4d9da1cfaf5c.diff

[Lldb-commits] [lldb] 1b8fdaa - [nfc] [lldb] DWARFDebugInfoEntry::Extract(): reindent

2021-03-02 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-03-02T16:44:07+01:00 New Revision: 1b8fdaacf49442dccacfe6e942b894150b287143 URL: https://github.com/llvm/llvm-project/commit/1b8fdaacf49442dccacfe6e942b894150b287143 DIFF: https://github.com/llvm/llvm-project/commit/1b8fdaacf49442dccacfe6e942b894150b287143.diff

[Lldb-commits] [lldb] 61c2932 - [lldb] DWARFDebugInfoEntry::Extract(): Print an error for unsupported DW_FORM_*

2021-03-02 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-03-02T16:39:04+01:00 New Revision: 61c29321b3dffa3ae45483dd7678faedaef535a7 URL: https://github.com/llvm/llvm-project/commit/61c29321b3dffa3ae45483dd7678faedaef535a7 DIFF: https://github.com/llvm/llvm-project/commit/61c29321b3dffa3ae45483dd7678faedaef535a7.diff

[Lldb-commits] [lldb] 4096ae0 - [lldb] Support DWARF-5 DW_FORM_line_strp (used by GCC)

2021-03-02 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-03-02T15:17:23+01:00 New Revision: 4096ae06f47af9db2c2550a2c34979edfbd91b8d URL: https://github.com/llvm/llvm-project/commit/4096ae06f47af9db2c2550a2c34979edfbd91b8d DIFF: https://github.com/llvm/llvm-project/commit/4096ae06f47af9db2c2550a2c34979edfbd91b8d.diff

[Lldb-commits] [lldb] 011e7bc - Revert "[lldb] Fix handling of `DW_AT_decl_file` according to D91014"

2021-03-01 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-03-01T20:45:30+01:00 New Revision: 011e7bcaa3194ed4ca3fec48263f5ef69fc1813c URL: https://github.com/llvm/llvm-project/commit/011e7bcaa3194ed4ca3fec48263f5ef69fc1813c DIFF: https://github.com/llvm/llvm-project/commit/011e7bcaa3194ed4ca3fec48263f5ef69fc1813c.diff

[Lldb-commits] [lldb] 0833128 - [lldb/Commands] Fix help text typo for 'breakpoint set' -a|--address.

2021-02-19 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-02-19T14:33:42+01:00 New Revision: 08331281af7bebf76d541cfb33d01dca22ed4d79 URL: https://github.com/llvm/llvm-project/commit/08331281af7bebf76d541cfb33d01dca22ed4d79 DIFF: https://github.com/llvm/llvm-project/commit/08331281af7bebf76d541cfb33d01dca22ed4d79.diff

[Lldb-commits] [lldb] b9f0713 - [lldb/Docs] Fix lldb-x86_64-fedora URL as it is still a silent bot

2020-12-10 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-12-10T13:52:10+01:00 New Revision: b9f0713f73a5aae97262f3cf07d74a96cbef8aa8 URL: https://github.com/llvm/llvm-project/commit/b9f0713f73a5aae97262f3cf07d74a96cbef8aa8 DIFF: https://github.com/llvm/llvm-project/commit/b9f0713f73a5aae97262f3cf07d74a96cbef8aa8.diff

[Lldb-commits] [lldb] 24f0753 - [lldb] Fix DW_AT_decl_file from DW_AT_specification from a different CU

2020-11-09 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-11-09T10:52:48+01:00 New Revision: 24f07531a34e141257f6616611e6430aed6f60a1 URL: https://github.com/llvm/llvm-project/commit/24f07531a34e141257f6616611e6430aed6f60a1 DIFF: https://github.com/llvm/llvm-project/commit/24f07531a34e141257f6616611e6430aed6f60a1.diff

[Lldb-commits] [lldb] a136699 - [nfc] [lldb] Align `user_id_t` format to the current `DIERef` format

2020-10-30 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-10-30T16:50:52+01:00 New Revision: a136699b2a989631f4fd84aa099fc1e731b493c2 URL: https://github.com/llvm/llvm-project/commit/a136699b2a989631f4fd84aa099fc1e731b493c2 DIFF: https://github.com/llvm/llvm-project/commit/a136699b2a989631f4fd84aa099fc1e731b493c2.diff

[Lldb-commits] [lldb] 41f2bb2 - [nfc] [lldb] Remove excessive parentheses in SymbolFileDWARF::GetUID

2020-10-29 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-10-29T18:01:37+01:00 New Revision: 41f2bb232cc064c0289de877552cbd6a077a7ba5 URL: https://github.com/llvm/llvm-project/commit/41f2bb232cc064c0289de877552cbd6a077a7ba5 DIFF: https://github.com/llvm/llvm-project/commit/41f2bb232cc064c0289de877552cbd6a077a7ba5.diff

[Lldb-commits] [lldb] 7611c5b - [nfc] [lldb] Refactor DWARFUnit::GetDIE

2020-10-26 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-10-26T23:18:19+01:00 New Revision: 7611c5bb42a96c13d0e53ade546633bf9ed56f0c URL: https://github.com/llvm/llvm-project/commit/7611c5bb42a96c13d0e53ade546633bf9ed56f0c DIFF: https://github.com/llvm/llvm-project/commit/7611c5bb42a96c13d0e53ade546633bf9ed56f0c.diff

[Lldb-commits] [lldb] 7bf066a - [nfc] [lldb] Fix harmless slicing of DWARFDIE

2020-10-21 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-10-21T15:49:53+02:00 New Revision: 7bf066a20f4bfd52a79ae7650632bb3925171104 URL: https://github.com/llvm/llvm-project/commit/7bf066a20f4bfd52a79ae7650632bb3925171104 DIFF: https://github.com/llvm/llvm-project/commit/7bf066a20f4bfd52a79ae7650632bb3925171104.diff

[Lldb-commits] [lldb] 0e5248b - [nfc] [lldb] Move LookupAddress to DWARFCompileUnit

2020-10-19 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-10-19T12:44:33+02:00 New Revision: 0e5248be8675db09b48680b9208b70f0e0908895 URL: https://github.com/llvm/llvm-project/commit/0e5248be8675db09b48680b9208b70f0e0908895 DIFF: https://github.com/llvm/llvm-project/commit/0e5248be8675db09b48680b9208b70f0e0908895.diff

[Lldb-commits] [lldb] fa89f64 - [nfc] [lldb] [testsuite] Fix DW_FORM_ref* in DW_AT_declaration-with-children.s .

2020-10-18 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-10-18T16:57:27+02:00 New Revision: fa89f641cf9fc5af4e88642cc894f83845b4cabe URL: https://github.com/llvm/llvm-project/commit/fa89f641cf9fc5af4e88642cc894f83845b4cabe DIFF: https://github.com/llvm/llvm-project/commit/fa89f641cf9fc5af4e88642cc894f83845b4cabe.diff

[Lldb-commits] [lldb] 224caaf - [nfc] [lldb] Delete an empty trailing line.

2020-10-18 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-10-18T10:16:00+02:00 New Revision: 224caaf69b8110450a831c53788c74f827eacdb7 URL: https://github.com/llvm/llvm-project/commit/224caaf69b8110450a831c53788c74f827eacdb7 DIFF: https://github.com/llvm/llvm-project/commit/224caaf69b8110450a831c53788c74f827eacdb7.diff

[Lldb-commits] [lldb] 54434dc - [nfc] [lldb] Simplify calling SymbolFileDWARF::GetDWARFCompileUnit

2020-10-12 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-10-12T13:26:54+02:00 New Revision: 54434dc4dce9d59c4d6cebfd87e5f67e2966573b URL: https://github.com/llvm/llvm-project/commit/54434dc4dce9d59c4d6cebfd87e5f67e2966573b DIFF: https://github.com/llvm/llvm-project/commit/54434dc4dce9d59c4d6cebfd87e5f67e2966573b.diff

[Lldb-commits] [lldb] 7baed76 - [lldb] [testsuite] Add split-file for check-lldb dependencies

2020-08-18 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-08-18T18:10:55+02:00 New Revision: 7baed769c7ea8de27a1c077c7ff30f4e19988ade URL: https://github.com/llvm/llvm-project/commit/7baed769c7ea8de27a1c077c7ff30f4e19988ade DIFF: https://github.com/llvm/llvm-project/commit/7baed769c7ea8de27a1c077c7ff30f4e19988ade.diff

[Lldb-commits] [lldb] e6c2c9a - [lldb] [test] Fix DW_TAG_GNU_call_site-DW_AT_low_pc.s relocation

2020-08-02 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-08-02T22:41:02+02:00 New Revision: e6c2c9a7d15171a57c98024511eaa8885f1bd5fd URL: https://github.com/llvm/llvm-project/commit/e6c2c9a7d15171a57c98024511eaa8885f1bd5fd DIFF: https://github.com/llvm/llvm-project/commit/e6c2c9a7d15171a57c98024511eaa8885f1bd5fd.diff

[Lldb-commits] [lldb] 4515d35 - [lldb] Fix DW_TAG_GNU_call_site-DW_AT_low_pc as produced by GCC

2020-06-09 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-06-09T13:41:41+02:00 New Revision: 4515d35f5c9e2bdcdbcb9fe9028d4a84871958c5 URL: https://github.com/llvm/llvm-project/commit/4515d35f5c9e2bdcdbcb9fe9028d4a84871958c5 DIFF: https://github.com/llvm/llvm-project/commit/4515d35f5c9e2bdcdbcb9fe9028d4a84871958c5.diff

[Lldb-commits] [lldb] fd31e60 - [nfc] [lldb] Reduce GetAttributes's depth parameter usage

2020-06-09 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-06-09T13:41:06+02:00 New Revision: fd31e60b8ded16754f484b51c2e5f8da05ad8331 URL: https://github.com/llvm/llvm-project/commit/fd31e60b8ded16754f484b51c2e5f8da05ad8331 DIFF: https://github.com/llvm/llvm-project/commit/fd31e60b8ded16754f484b51c2e5f8da05ad8331.diff

[Lldb-commits] [lldb] 8fc1e30 - [lldb] [nfc] Fix comment in testcase DW_TAG_variable-DW_AT_const_value.s

2020-06-06 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-06-06T23:31:30+02:00 New Revision: 8fc1e307f9c41e9958f78c75648e40744198c4b2 URL: https://github.com/llvm/llvm-project/commit/8fc1e307f9c41e9958f78c75648e40744198c4b2 DIFF: https://github.com/llvm/llvm-project/commit/8fc1e307f9c41e9958f78c75648e40744198c4b2.diff

[Lldb-commits] [lldb] 846909e - [lldb] Fix UBSan regression in GetSLEB128

2020-06-05 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-06-05T12:00:44+02:00 New Revision: 846909e2ab0bd279ae2a8ec86074521f59c49eb3 URL: https://github.com/llvm/llvm-project/commit/846909e2ab0bd279ae2a8ec86074521f59c49eb3 DIFF: https://github.com/llvm/llvm-project/commit/846909e2ab0bd279ae2a8ec86074521f59c49eb3.diff

[Lldb-commits] [lldb] 7fc6d36 - [nfc] [lldb] clang-format #include files order

2020-06-04 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-06-05T08:28:06+02:00 New Revision: 7fc6d36d4848abec95101fe3d0532e238e9579e8 URL: https://github.com/llvm/llvm-project/commit/7fc6d36d4848abec95101fe3d0532e238e9579e8 DIFF: https://github.com/llvm/llvm-project/commit/7fc6d36d4848abec95101fe3d0532e238e9579e8.diff

[Lldb-commits] [lldb] 476f520 - [lldb] Fix SLEB128 decoding

2020-06-04 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-06-04T19:41:24+02:00 New Revision: 476f520a0bd29d74f559ea1151ac8d0b428d9150 URL: https://github.com/llvm/llvm-project/commit/476f520a0bd29d74f559ea1151ac8d0b428d9150 DIFF: https://github.com/llvm/llvm-project/commit/476f520a0bd29d74f559ea1151ac8d0b428d9150.diff

[Lldb-commits] [lldb] 68a9356 - [lldb] [testsuite] TestReproducerAttach.py: Fix dependency on external symbol files

2020-05-09 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-05-09T09:06:37+02:00 New Revision: 68a9356bdea69dbcec1233f8b1fab47e72fca991 URL: https://github.com/llvm/llvm-project/commit/68a9356bdea69dbcec1233f8b1fab47e72fca991 DIFF: https://github.com/llvm/llvm-project/commit/68a9356bdea69dbcec1233f8b1fab47e72fca991.diff

[Lldb-commits] [lldb] d482fe2 - [nfc] [lldb] DWARF callbacks: DIERef -> DWARFDIE

2020-04-22 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-04-22T17:11:50+02:00 New Revision: d482fe2add95c38691edb2c91d0f5681bebcd81d URL: https://github.com/llvm/llvm-project/commit/d482fe2add95c38691edb2c91d0f5681bebcd81d DIFF: https://github.com/llvm/llvm-project/commit/d482fe2add95c38691edb2c91d0f5681bebcd81d.diff

[Lldb-commits] [lldb] 239093f - [lldb] [testsuite] Fix a regression of TestCppScope.py

2020-04-18 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-04-18T10:46:32+02:00 New Revision: 239093f30c342bc8a3feec1536a3154e394e55ca URL: https://github.com/llvm/llvm-project/commit/239093f30c342bc8a3feec1536a3154e394e55ca DIFF: https://github.com/llvm/llvm-project/commit/239093f30c342bc8a3feec1536a3154e394e55ca.diff

[Lldb-commits] [lldb] eef9cb1 - [lldb] [testsuite] Fix TestFixIts.py on Linux

2020-04-17 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-04-18T08:32:12+02:00 New Revision: eef9cb1628898adb5652a32eb95b53c544de0d6f URL: https://github.com/llvm/llvm-project/commit/eef9cb1628898adb5652a32eb95b53c544de0d6f DIFF: https://github.com/llvm/llvm-project/commit/eef9cb1628898adb5652a32eb95b53c544de0d6f.diff

[Lldb-commits] [lldb] 5e04b5f - [nfc] [lldb] Introduce DWARF callbacks (fixed-up)

2020-04-15 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-04-15T23:40:54+02:00 New Revision: 5e04b5f2fa84a65ecf37b9aa2c014493232793b0 URL: https://github.com/llvm/llvm-project/commit/5e04b5f2fa84a65ecf37b9aa2c014493232793b0 DIFF: https://github.com/llvm/llvm-project/commit/5e04b5f2fa84a65ecf37b9aa2c014493232793b0.diff

[Lldb-commits] [lldb] 9289f34 - Revert "[nfc] [lldb] Introduce DWARF callbacks"

2020-04-15 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-04-15T15:12:59+02:00 New Revision: 9289f34390daa07b60af07fdd0576ad52001e0a5 URL: https://github.com/llvm/llvm-project/commit/9289f34390daa07b60af07fdd0576ad52001e0a5 DIFF: https://github.com/llvm/llvm-project/commit/9289f34390daa07b60af07fdd0576ad52001e0a5.diff

[Lldb-commits] [lldb] bd47c47 - [nfc] [lldb] Introduce DWARF callbacks

2020-04-15 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-04-15T10:37:38+02:00 New Revision: bd47c470d13b1c57ecf37c1faf0324833d3a4542 URL: https://github.com/llvm/llvm-project/commit/bd47c470d13b1c57ecf37c1faf0324833d3a4542 DIFF: https://github.com/llvm/llvm-project/commit/bd47c470d13b1c57ecf37c1faf0324833d3a4542.diff

[Lldb-commits] [lldb] 8fbac4e - [nfc] [lldb] Unindent code

2020-04-09 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-04-09T20:43:00+02:00 New Revision: 8fbac4e1a2f2506671ca06226e4513a5965bdbf5 URL: https://github.com/llvm/llvm-project/commit/8fbac4e1a2f2506671ca06226e4513a5965bdbf5 DIFF: https://github.com/llvm/llvm-project/commit/8fbac4e1a2f2506671ca06226e4513a5965bdbf5.diff

Re: [Lldb-commits] [lldb] b6cd964 - Fix typo in xfail decorator for lldb thread plan list tests

2020-04-06 Thread Jan Kratochvil via lldb-commits
Hi, I get XPASSes now on Fedora 31 x86_64: http://lab.llvm.org:8014/builders/lldb-x86_64-fedora/builds/7169 http://lab.llvm.org:8014/builders/lldb-x86_64-fedora?numbuilds=1000 So maybe to remove the expected failure? Jan On Sun, 05 Apr 2020 17:18:54 +0200, Muhammad Omair Javaid via lldb-com

[Lldb-commits] [lldb] fcab66d - [lldb] Findtypes -gmodules fix for too many matches

2020-04-03 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-04-04T00:15:06+02:00 New Revision: fcab66d5fe53fc3c318b0d0c4ef1bb4a43a7744f URL: https://github.com/llvm/llvm-project/commit/fcab66d5fe53fc3c318b0d0c4ef1bb4a43a7744f DIFF: https://github.com/llvm/llvm-project/commit/fcab66d5fe53fc3c318b0d0c4ef1bb4a43a7744f.diff

[Lldb-commits] [lldb] 8023752 - [nfc] [lldb] Unindent code - obvious part

2020-04-03 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-04-03T21:58:11+02:00 New Revision: 80237523193d1311e8744b84faa077a1295d80da URL: https://github.com/llvm/llvm-project/commit/80237523193d1311e8744b84faa077a1295d80da DIFF: https://github.com/llvm/llvm-project/commit/80237523193d1311e8744b84faa077a1295d80da.diff

[Lldb-commits] [lldb] 3481062 - [lldb] [testsuite] Enable forgotten -gsplit-dwarf for 2 testfiles

2020-03-18 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-03-18T15:49:24+01:00 New Revision: 3481062bc688e21eac175aae0142adcaae361c1c URL: https://github.com/llvm/llvm-project/commit/3481062bc688e21eac175aae0142adcaae361c1c DIFF: https://github.com/llvm/llvm-project/commit/3481062bc688e21eac175aae0142adcaae361c1c.diff

[Lldb-commits] [lldb] aa3e99d - [lldb] [nfc] Separate DIERef vs. user_id_t: GetForwardDeclClangTypeToDie()

2020-02-18 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-18T18:09:39+01:00 New Revision: aa3e99dc859febba398925afeefb118403e15ab9 URL: https://github.com/llvm/llvm-project/commit/aa3e99dc859febba398925afeefb118403e15ab9 DIFF: https://github.com/llvm/llvm-project/commit/aa3e99dc859febba398925afeefb118403e15ab9.diff

[Lldb-commits] [lldb] 2178088 - Separate DIERef vs. user_id_t: m_function_scope_qualified_name_map

2020-02-17 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-17T16:35:42+01:00 New Revision: 21780888791837b575d227a9a69c1afee9e4c29d URL: https://github.com/llvm/llvm-project/commit/21780888791837b575d227a9a69c1afee9e4c29d DIFF: https://github.com/llvm/llvm-project/commit/21780888791837b575d227a9a69c1afee9e4c29d.diff

[Lldb-commits] [lldb] 516ba15 - [lldb] [nfc] Simplify user_id_t -> size_t

2020-02-17 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-17T10:24:19+01:00 New Revision: 516ba158b6890bbcca71527ae0719de151b9de5f URL: https://github.com/llvm/llvm-project/commit/516ba158b6890bbcca71527ae0719de151b9de5f DIFF: https://github.com/llvm/llvm-project/commit/516ba158b6890bbcca71527ae0719de151b9de5f.diff

[Lldb-commits] [lldb] 98c940b - [NFC] [lldb] Remove unused declaration

2020-02-11 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-11T14:59:52+01:00 New Revision: 98c940bf515831420b8b53489dd4f9a4fc8a40ad URL: https://github.com/llvm/llvm-project/commit/98c940bf515831420b8b53489dd4f9a4fc8a40ad DIFF: https://github.com/llvm/llvm-project/commit/98c940bf515831420b8b53489dd4f9a4fc8a40ad.diff

[Lldb-commits] [lldb] 1a39f1b - [lldb] Fix+re-enable Assert StackFrame Recognizer on Linux

2020-02-10 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-10T10:29:32+01:00 New Revision: 1a39f1b966a8d8f15ed0d5a832d5097cccefe93b URL: https://github.com/llvm/llvm-project/commit/1a39f1b966a8d8f15ed0d5a832d5097cccefe93b DIFF: https://github.com/llvm/llvm-project/commit/1a39f1b966a8d8f15ed0d5a832d5097cccefe93b.diff

[Lldb-commits] [lldb] d2e0fee - [lldb] [doc] Change sample commands prefix from > to $

2020-02-10 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-10T09:50:37+01:00 New Revision: d2e0fee77bc82a54bcc11ce778ce12f068f9e326 URL: https://github.com/llvm/llvm-project/commit/d2e0fee77bc82a54bcc11ce778ce12f068f9e326 DIFF: https://github.com/llvm/llvm-project/commit/d2e0fee77bc82a54bcc11ce778ce12f068f9e326.diff

[Lldb-commits] [lldb] 9d223a0 - [lldb] [doc] Status: Linux: Update the paragraph

2020-02-09 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-09T18:13:04+01:00 New Revision: 9d223a0106d0bde18aa6e353ec338206b235e3f2 URL: https://github.com/llvm/llvm-project/commit/9d223a0106d0bde18aa6e353ec338206b235e3f2 DIFF: https://github.com/llvm/llvm-project/commit/9d223a0106d0bde18aa6e353ec338206b235e3f2.diff

[Lldb-commits] [lldb] 74857b4 - [lldb] [doc] Status: Debugserver (remote debugging) is OK now

2020-02-09 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-09T15:22:36+01:00 New Revision: 74857b4260ec9db8d688c2d377a5f370efc150b4 URL: https://github.com/llvm/llvm-project/commit/74857b4260ec9db8d688c2d377a5f370efc150b4 DIFF: https://github.com/llvm/llvm-project/commit/74857b4260ec9db8d688c2d377a5f370efc150b4.diff

[Lldb-commits] [lldb] 8b37e1e - [lldb] [doc] Testing: Fix typos

2020-02-09 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-09T15:11:38+01:00 New Revision: 8b37e1e5ac090a498eb4940be3264e9d5ba8c97c URL: https://github.com/llvm/llvm-project/commit/8b37e1e5ac090a498eb4940be3264e9d5ba8c97c DIFF: https://github.com/llvm/llvm-project/commit/8b37e1e5ac090a498eb4940be3264e9d5ba8c97c.diff

[Lldb-commits] [lldb] 420a518 - [lldb] [testsuite] TestGdbRemoteLibrariesSvr4Support: Fix symlinked builddir

2020-02-09 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-09T14:49:38+01:00 New Revision: 420a51806850a20ebf4144699457de84513f6abc URL: https://github.com/llvm/llvm-project/commit/420a51806850a20ebf4144699457de84513f6abc DIFF: https://github.com/llvm/llvm-project/commit/420a51806850a20ebf4144699457de84513f6abc.diff

[Lldb-commits] [lldb] 6ef4786 - Revert "[lldb] Fix+re-enable Assert StackFrame Recognizer on Linux"

2020-02-07 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-08T05:08:48+01:00 New Revision: 6ef4786dbcd47cfe346ee8679ba0b4d320da797d URL: https://github.com/llvm/llvm-project/commit/6ef4786dbcd47cfe346ee8679ba0b4d320da797d DIFF: https://github.com/llvm/llvm-project/commit/6ef4786dbcd47cfe346ee8679ba0b4d320da797d.diff

[Lldb-commits] [lldb] cf1046c - [lldb] Fix+re-enable Assert StackFrame Recognizer on Linux

2020-02-07 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-07T22:24:56+01:00 New Revision: cf1046c716b33ed449aa8fc26376864917c63c25 URL: https://github.com/llvm/llvm-project/commit/cf1046c716b33ed449aa8fc26376864917c63c25 DIFF: https://github.com/llvm/llvm-project/commit/cf1046c716b33ed449aa8fc26376864917c63c25.diff

[Lldb-commits] [lldb] 1d11d5f - [lldb] [NFC] Refactor GetDWARFDeclContext to return DWARFDeclContext

2020-02-06 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-06T20:06:28+01:00 New Revision: 1d11d5f6242206f4d0dbc11623f73cdf2173a087 URL: https://github.com/llvm/llvm-project/commit/1d11d5f6242206f4d0dbc11623f73cdf2173a087 DIFF: https://github.com/llvm/llvm-project/commit/1d11d5f6242206f4d0dbc11623f73cdf2173a087.diff

Re: [Lldb-commits] [lldb] 1048000 - [lldb] [testsuite] Fixup: generalize `DWARFASTParserClangTests` based on `DWARFExpressionTest`'s YAML

2020-02-04 Thread Jan Kratochvil via lldb-commits
Hi Jason, On Tue, 04 Feb 2020 22:23:52 +0100, Jason Molenda wrote: > Hi Jan, I'm not sure which upstream change this was working around It was not up-to-date with: commit 8be30215feeff1d82fe2bde0c9fb0e6cd1bfc15c Author: Alex Langford Date: Wed Jan 29 11:59:28 2020 -0800 [lldb] Move clang-

[Lldb-commits] [lldb] b73f8c5 - Revert: [lldb] [testsuite] generalize `DWARFASTParserClangTests` based on `DWARFExpressionTest`'s YAML

2020-02-04 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-04T22:48:27+01:00 New Revision: b73f8c53d8af1fbf6e0e2eac0c54c8dc0576ff39 URL: https://github.com/llvm/llvm-project/commit/b73f8c53d8af1fbf6e0e2eac0c54c8dc0576ff39 DIFF: https://github.com/llvm/llvm-project/commit/b73f8c53d8af1fbf6e0e2eac0c54c8dc0576ff39.diff

[Lldb-commits] [lldb] 1048000 - [lldb] [testsuite] Fixup: generalize `DWARFASTParserClangTests` based on `DWARFExpressionTest`'s YAML

2020-02-04 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-04T15:03:09+01:00 New Revision: 104800084f6a7033ef31a453f0015715f0fc390b URL: https://github.com/llvm/llvm-project/commit/104800084f6a7033ef31a453f0015715f0fc390b DIFF: https://github.com/llvm/llvm-project/commit/104800084f6a7033ef31a453f0015715f0fc390b.diff

[Lldb-commits] [lldb] 2926a65 - [lldb] [testsuite] generalize `DWARFASTParserClangTests` based on `DWARFExpressionTest`'s YAML

2020-02-04 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-04T14:33:29+01:00 New Revision: 2926a651ba7398514ca49970577d5c940a385f09 URL: https://github.com/llvm/llvm-project/commit/2926a651ba7398514ca49970577d5c940a385f09 DIFF: https://github.com/llvm/llvm-project/commit/2926a651ba7398514ca49970577d5c940a385f09.diff

[Lldb-commits] [lldb] 88cd49e - [lldb] Increase LINK_INTERFACE_MULTIPLICITY for Debug builds

2020-02-04 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-02-04T14:30:27+01:00 New Revision: 88cd49e941b9a24ff9df4c1ed7b6f771b13b701e URL: https://github.com/llvm/llvm-project/commit/88cd49e941b9a24ff9df4c1ed7b6f771b13b701e DIFF: https://github.com/llvm/llvm-project/commit/88cd49e941b9a24ff9df4c1ed7b6f771b13b701e.diff

[Lldb-commits] [lldb] edc3f4f - [NFC] [lldb] Unindent DWARFDebugInfoEntry::GetDWARFDeclContext

2020-01-31 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-01-31T16:51:33+01:00 New Revision: edc3f4f02e54c2ae1067f60f6a0ed6caf5b92ef6 URL: https://github.com/llvm/llvm-project/commit/edc3f4f02e54c2ae1067f60f6a0ed6caf5b92ef6 DIFF: https://github.com/llvm/llvm-project/commit/edc3f4f02e54c2ae1067f60f6a0ed6caf5b92ef6.diff

[Lldb-commits] [lldb] 6dd0163 - [lldb] Revert refactorization from: Move non-DWARF code: DWARFUnit -> SymbolFileDWARF

2020-01-31 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-01-31T16:06:23+01:00 New Revision: 6dd0163502ff8c48195643b2b08a123c495743a0 URL: https://github.com/llvm/llvm-project/commit/6dd0163502ff8c48195643b2b08a123c495743a0 DIFF: https://github.com/llvm/llvm-project/commit/6dd0163502ff8c48195643b2b08a123c495743a0.diff

[Lldb-commits] [lldb] 789beee - [lldb] Move non-DWARF code: DWARFUnit -> SymbolFileDWARF

2020-01-31 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-01-31T15:16:31+01:00 New Revision: 789beeeca3cdeecc00cd731c940e52effdd7c7df URL: https://github.com/llvm/llvm-project/commit/789beeeca3cdeecc00cd731c940e52effdd7c7df DIFF: https://github.com/llvm/llvm-project/commit/789beeeca3cdeecc00cd731c940e52effdd7c7df.diff

[Lldb-commits] [lldb] bf72258 - [lldb] Fix lookup of symbols with the same address range but different binding

2020-01-13 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-01-13T12:05:26+01:00 New Revision: bf7225888a99f49afac0b95a8996d0a942b6b0e3 URL: https://github.com/llvm/llvm-project/commit/bf7225888a99f49afac0b95a8996d0a942b6b0e3 DIFF: https://github.com/llvm/llvm-project/commit/bf7225888a99f49afac0b95a8996d0a942b6b0e3.diff

[Lldb-commits] [lldb] 2f2f41e - RangeDataVector: Support custom sorting for D63540

2020-01-10 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-01-10T15:14:38+01:00 New Revision: 2f2f41e12c5201b600d887d22ce5cb4afd2ff594 URL: https://github.com/llvm/llvm-project/commit/2f2f41e12c5201b600d887d22ce5cb4afd2ff594 DIFF: https://github.com/llvm/llvm-project/commit/2f2f41e12c5201b600d887d22ce5cb4afd2ff594.diff

[Lldb-commits] [lldb] 4706a60 - [lldb] [testsuite] Fix Linux fail: Unwind/thread-step-out-ret-addr-check.test

2019-12-21 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2019-12-21T11:27:54+01:00 New Revision: 4706a60e8a071f0c6a686c45ed08c7bab0bb8446 URL: https://github.com/llvm/llvm-project/commit/4706a60e8a071f0c6a686c45ed08c7bab0bb8446 DIFF: https://github.com/llvm/llvm-project/commit/4706a60e8a071f0c6a686c45ed08c7bab0bb8446.diff

Re: [Lldb-commits] [PATCH] D63540: Fix lookup of symbols at the same address with no size vs. size

2019-11-20 Thread Jan Kratochvil via lldb-commits
On Wed, 20 Nov 2019 11:57:46 +0100, Omair Javaid wrote: > I am running Arm and AArch64 tests on docker containers running Ubuntu > Xenial. Could you run it outside of the docker if the problem still happens? Could you suggests which variant should I try? There are many: http://cdimage.ub

Re: [Lldb-commits] [PATCH] D62931: [lldb-server] Add setting to force 'g' packet use

2019-11-11 Thread Jan Kratochvil via lldb-commits
On Mon, 11 Nov 2019 17:34:45 +0100, Pavel Labath wrote: > On 09/11/2019 21:41, Jan Kratochvil via lldb-commits wrote: > > Linux Fedora 30 x86_64: > > d162e02cee74a3dbbfb1317fa9749f5e18610282 > > > >File > > "/home/jkratoch/redhat/llvm-monore

Re: [Lldb-commits] [PATCH] D62931: [lldb-server] Add setting to force 'g' packet use

2019-11-11 Thread Jan Kratochvil via lldb-commits
Hi Jason, On Mon, 11 Nov 2019 02:04:55 +0100, Jason Molenda wrote: > ./lldb-dotest -t -v -p TestNoGPacketSupported.py Linux Fedora 30 x86_64 6ef63638cb8bac243e0e59cec66a19c57b79e351 Thanks, Jan /usr/bin/python /home/jkratoch/redhat/llvm-monorepo/lldb/test/API/dotest.py --arch=x86_64 -s /home/

Re: [Lldb-commits] [PATCH] D62931: [lldb-server] Add setting to force 'g' packet use

2019-11-09 Thread Jan Kratochvil via lldb-commits
On Sat, 09 Nov 2019 03:25:51 +0100, Jason Molenda via lldb-commits wrote: > I'm switching the default for at least the weekend via > 60ab30ebce833c87bd4776f67cd9a82fe162ef9c / > https://reviews.llvm.org/rG60ab30ebce83 so the bots aren't failing because of > this, we can all look into this next w

[Lldb-commits] [lldb] 44f4346 - [lldb] Comment typo fix

2019-11-07 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2019-11-07T17:48:25+01:00 New Revision: 44f43461c018e7fdc3b1cf3a7a41f52b1cb20a39 URL: https://github.com/llvm/llvm-project/commit/44f43461c018e7fdc3b1cf3a7a41f52b1cb20a39 DIFF: https://github.com/llvm/llvm-project/commit/44f43461c018e7fdc3b1cf3a7a41f52b1cb20a39.diff

[Lldb-commits] false alarm [Re: [PATCH] D68606: [test] Split LLDB tests into filecheck, unittest and dotest.]

2019-10-10 Thread Jan Kratochvil via lldb-commits
On Thu, 10 Oct 2019 00:22:09 +0200, Jan Kratochvil wrote: > -- > There are now: > Failing Tests (5): > lldb-api :: > commands/expression/multiline-completion/TestMultilineCompletion.py > lldb-api :: commands/gui/ba

Re: [Lldb-commits] [PATCH] D68606: [test] Split LLDB tests into filecheck, unittest and dotest.

2019-10-09 Thread Jan Kratochvil via lldb-commits
On Wed, 09 Oct 2019 21:21:44 +0200, Jonas Devlieghere wrote: > I finally managed to reproduce and check-lldb was indeed broken. I've > fixed it when re-landing the patch in r374201. Yes, it does check-lldb now (47363a148f1d3003f0dd1cce234b60cdc8cc48bd). Thanks, Jan -

Re: [Lldb-commits] [PATCH] D68606: [test] Split LLDB tests into filecheck, unittest and dotest.

2019-10-09 Thread Jan Kratochvil via lldb-commits
On Wed, 09 Oct 2019 19:58:35 +0200, Jonas Devlieghere wrote: > Can you try a clean build as opposed to incremental? This is what I do, indicated by that: #rm -rf * (I did put there a # so that someone does not accidentally delete his whole world during a copy-paste.) It rather worked bef

[Lldb-commits] [lldb] r373787 - [lldb] [testsuite] Mark TestSBCommandReturnObject as failing on Windows

2019-10-04 Thread Jan Kratochvil via lldb-commits
Author: jankratochvil Date: Fri Oct 4 13:49:44 2019 New Revision: 373787 URL: http://llvm.org/viewvc/llvm-project?rev=373787&view=rev Log: [lldb] [testsuite] Mark TestSBCommandReturnObject as failing on Windows Filed: testsuite: TestSBCommandReturnObject: object has no attribute 'dylibP

[Lldb-commits] [lldb] r373775 - [lldb] Fix crash on SBCommandReturnObject & assignment

2019-10-04 Thread Jan Kratochvil via lldb-commits
Author: jankratochvil Date: Fri Oct 4 12:32:57 2019 New Revision: 373775 URL: http://llvm.org/viewvc/llvm-project?rev=373775&view=rev Log: [lldb] Fix crash on SBCommandReturnObject & assignment I was writing an SB API client and it was crashing on: bool DoExecute(SBDebugger dbg, char **c

[Lldb-commits] [lldb] r373110 - Revert: [lldb] [testsuite] Remove redundant MAKE_DSYM := NO

2019-09-27 Thread Jan Kratochvil via lldb-commits
Author: jankratochvil Date: Fri Sep 27 11:52:34 2019 New Revision: 373110 URL: http://llvm.org/viewvc/llvm-project?rev=373110&view=rev Log: Revert: [lldb] [testsuite] Remove redundant MAKE_DSYM := NO Revert: llvm-svn: 373061 It broke OSX testsuite: https://reviews.llvm.org/D67589#168

[Lldb-commits] [lldb] r373061 - [lldb] [testsuite] Remove redundant MAKE_DSYM := NO

2019-09-27 Thread Jan Kratochvil via lldb-commits
Author: jankratochvil Date: Fri Sep 27 02:59:53 2019 New Revision: 373061 URL: http://llvm.org/viewvc/llvm-project?rev=373061&view=rev Log: [lldb] [testsuite] Remove redundant MAKE_DSYM := NO According to a comment by Pavel Labath: https://reviews.llvm.org/D67589#inline-612375 Modified:

  1   2   >