hanchenye-llvm-project/lldb/source
Caroline Tice dc8f777f6b Prevent Python script interpreter initialization from changing
the termios settings on the debugger's input handle.

llvm-svn: 116725
2010-10-18 18:24:17 +00:00
..
API Fixed an expression parsing issue where if you were stopped somewhere without 2010-10-14 22:52:14 +00:00
Breakpoint Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing. 2010-10-14 23:45:03 +00:00
Commands Fixed debugserver to properly attach to a process by name with the 2010-10-18 01:45:30 +00:00
Core Fixed debugserver to properly attach to a process by name with the 2010-10-18 01:45:30 +00:00
Expression Added a new Host call to find LLDB related paths: 2010-10-17 22:03:32 +00:00
Host Fixed debugserver to properly attach to a process by name with the 2010-10-18 01:45:30 +00:00
Interpreter Prevent Python script interpreter initialization from changing 2010-10-18 18:24:17 +00:00
Plugins Still trying to get detach to work with debugserver. Got a bit closer, 2010-10-18 04:14:23 +00:00
Symbol Fixed an expression parsing issue where if you were stopped somewhere without 2010-10-14 22:52:14 +00:00
Target Still trying to get detach to work with debugserver. Got a bit closer, 2010-10-18 04:14:23 +00:00
Utility Cleaned a few build related things up: 2010-09-24 23:07:41 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Add a "lldb host" logging channel, and put logging in the Host::OpenInExternalEditor code. 2010-08-31 18:05:13 +00:00
lldb.cpp Disable "process.macosx" plugin, since it is not being actively supported 2010-10-15 21:52:38 +00:00