Skip to content

Commit

Permalink
Rollup merge of rust-lang#55728 - tromey:update-lldb, r=alexcrichton
Browse files Browse the repository at this point in the history
Update lldb

This updates lldb to pick up some bug fixes, and makes one minor test
suite fix to account for this.
  • Loading branch information
kennytm committed Nov 7, 2018
2 parents 6f10e34 + 2869fda commit dd9ea2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/debuginfo/vec-slices.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

// lldb-command:print padded_tuple
// lldbg-check:[...]$4 = &[(6, 7), (8, 9)]
// lldbr-check:(&[(i32, i16)]) padded_tuple = { data_ptr = *0x555555555030 length = 2 }
// lldbr-check:(&[(i32, i16)]) padded_tuple = { data_ptr = *[...] length = 2 }

// lldb-command:print padded_struct
// lldbg-check:[...]$5 = &[AStruct { x: 10, y: 11, z: 12 }, AStruct { x: 13, y: 14, z: 15 }]
Expand Down
2 changes: 1 addition & 1 deletion src/tools/lldb
Submodule lldb updated from 29bf48 to fdea74

0 comments on commit dd9ea2a

Please sign in to comment.