Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Branch fixes

gdb/mi PR 896 in GDB database.


  int array[] = { 1, 2, 3 };
  int main () { return 0; }

  gdb -i mi main
  (gdb) -var-create - * array
..
  (gdb) -var-list-children var1
(SIGSEGV)

gdb craches, to go around, we check the children count.

Fix in the head and the branch: CValue.java



Back to the top