uva-cs / pdr

A repo for a Program and Data Representation university-level course
Other
91 stars 228 forks source link

Confusing instruction #86

Closed hkarumuri closed 4 years ago

hkarumuri commented 4 years ago

On line 181, the instruction was

Change its value via the set variable <var> = <value> command.

I had a student using LLDB who was hung up on this issue until realizing this was a GDB command. Proposed change to

Change its value via the expr (var) = (value)(LLDB) or set variable <var> = <value>(GDB) command.