Skip to content

Commit be45594

Browse files
Tensorstore Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 784254985 Change-Id: I061bc404a5f211f0fc7ce41dc0c440d9251a42eb
1 parent 95ff4ac commit be45594

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tensorstore/box.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#include "tensorstore/util/garbage_collection/fwd.h"
4343
#include "tensorstore/util/span.h"
4444

45-
TENSORSTORE_GDB_AUTO_SCRIPT("multi_vector_gdb.py")
45+
TENSORSTORE_LLDB_AUTO_SCRIPT("multi_vector_lldb.py")
4646

4747
namespace tensorstore {
4848

tensorstore/internal/container/multi_vector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "tensorstore/rank.h"
3131
#include "tensorstore/util/span.h"
3232

33-
TENSORSTORE_GDB_AUTO_SCRIPT("multi_vector_gdb.py")
33+
TENSORSTORE_LLDB_AUTO_SCRIPT("multi_vector_lldb.py")
3434

3535
namespace tensorstore {
3636
namespace internal {

tensorstore/internal/container/multi_vector_view.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "tensorstore/rank.h"
2727
#include "tensorstore/util/span.h"
2828

29-
TENSORSTORE_GDB_AUTO_SCRIPT("multi_vector_gdb.py")
29+
TENSORSTORE_LLDB_AUTO_SCRIPT("multi_vector_lldb.py")
3030

3131
namespace tensorstore {
3232
namespace internal {

tensorstore/strided_layout.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#include "tensorstore/util/result.h"
4949
#include "tensorstore/util/span.h"
5050

51-
TENSORSTORE_GDB_AUTO_SCRIPT("multi_vector_gdb.py")
51+
TENSORSTORE_LLDB_AUTO_SCRIPT("multi_vector_lldb.py")
5252

5353
namespace tensorstore {
5454

0 commit comments

Comments
 (0)