larsbrinkhoff / linux-ddt

DDT for Linux
2 stars 2 forks source link

Initial support for opening and closing locations #44

Closed aloofschipperke closed 5 years ago

aloofschipperke commented 5 years ago

Added ^M and [ The ^M is currently read-only - it doesn't yet support updating a location.

Location is implemented as a structure containing pid and address. Pid 0 means a ddt location rather than from a job. This structure will evolve, since it currently doesn't understand data size.

Minimal testing, but it shouldn't dump core. :-)