| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
suspended, we would call "int ::task_resume (task_t task);" as many times as
it took to resume the task which isn't what we want to do.
llvm-svn: 116674
|
| |
|
|
| |
llvm-svn: 115184
|
| |
|
|
|
|
| |
Error in dbg server -> MachProcess::SetProcessID() and misc changes to make clang++ happy.
llvm-svn: 114962
|
| |
|
|
|
|
|
|
|
| |
Renamed the "dispatchqaddr" setting that was coming back for stop reply packets
to be named "qaddr" so that gdb doesn't thing it is a register number. gdb
was checking the first character and assuming "di" was a hex register number
because 'd' is a hex digit. It has been shortened so gdb can safely ignore it.
llvm-svn: 113475
|
| |
|
|
|
|
|
|
| |
is disabled by default, and can be enabled using:
(lldb) set disable-aslr 0
llvm-svn: 112616
|
| |
|
|
|
|
|
|
| |
launch it due to not being able to get the task port. A SIGHUP was killing us
and also an error string wasn't properly being passed along. Got rid of a
class error variable that can only lead to multi-threaded crashes.
llvm-svn: 109930
|
| |
|
|
|
|
|
|
|
|
| |
- fixed 3 posix spawn attributes leaks
- fixed us always leaking CXXBaseSpecifier objects when we create class
base classes. Clang apparently copies the base classes we pass in.
Fixed some code formatting in ClangASTContext.cpp.
llvm-svn: 107459
|
|
|
llvm-svn: 105619
|