index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
tools
/
debugserver
/
source
/
DNB.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few errors found when building lldb with newer versions of clang.
Jason Molenda
2013-10-05
1
-3
/
+4
*
<rdar://problem/14195566>
Greg Clayton
2013-06-27
1
-3
/
+3
*
Huge performance improvements when one breakpoint contains many locations.
Greg Clayton
2013-06-12
1
-194
/
+11
*
Removed unused code and an unused event.
Greg Clayton
2013-05-16
1
-9
/
+0
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Fix another old usage of GetCurrentThread() to get a mach port
Jason Molenda
2013-04-03
1
-0
/
+12
*
<rdar://problem/13338758>
Han Ming Ong
2013-03-04
1
-4
/
+4
*
Change debugserver from using the mach port number (in debugserver's
Jason Molenda
2013-02-22
1
-1
/
+2
*
<rdar://problem/13019628>
Han Ming Ong
2013-01-16
1
-2
/
+2
*
<rdar://problem/12602653>
Jason Molenda
2013-01-05
1
-0
/
+1
*
<rdar://problem/12780259>
Han Ming Ong
2012-11-29
1
-4
/
+4
*
Follow up on <rdar://12720514>. Removed commented out code.
Han Ming Ong
2012-11-17
1
-10
/
+0
*
<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior
Han Ming Ong
2012-11-17
1
-0
/
+41
*
<rdar://problem/12647273>
Greg Clayton
2012-11-06
1
-4
/
+4
*
Switch from using KERN_PROCARGS2 to get the path to the executed process to p...
Jim Ingham
2012-11-01
1
-11
/
+14
*
Resolve any bundle paths we are given when the specified executable is a bundle.
Greg Clayton
2012-10-31
1
-0
/
+17
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-3
/
+3
*
Add a call to "sync" a thread state before checkpointing registers in prepara...
Jim Ingham
2012-07-25
1
-0
/
+13
*
Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...
Jim Ingham
2012-07-20
1
-2
/
+7
*
<rdar://problem/11908082>
Greg Clayton
2012-07-19
1
-5
/
+46
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-12
/
+14
*
Add the capability to display the number of supported hardware watchpoints to...
Johnny Chen
2012-05-23
1
-0
/
+12
*
<rdar://problem/10434005>
Greg Clayton
2012-03-14
1
-1
/
+1
*
Pull side effects out of asserts. Fixes debugserver with NDEBUG defined.
Charles Davis
2012-02-21
1
-2
/
+4
*
Kill our child process that we launch when we can't get the task_for_pid()
Greg Clayton
2012-02-02
1
-0
/
+4
*
Always return a valid answer for qMemoryRegionInfo if the packet is supported.
Greg Clayton
2011-12-12
1
-1
/
+1
*
Added optional calls to lldb_private::Process for getting memory region info
Greg Clayton
2011-11-18
1
-4
/
+3
*
Remove the QAddressIsExecutable packet I added last night.
Jason Molenda
2011-11-09
1
-15
/
+12
*
Add "QAddressIsExecutable" packet to debugserver. Used to test
Jason Molenda
2011-11-08
1
-0
/
+28
*
Enabled the "printf" attribute on all debugserver logging functions and fixed
Greg Clayton
2011-10-28
1
-1
/
+1
*
DNBBreakpoint::SetEnabled() should take a bool, not a uint32_t, as its input ...
Johnny Chen
2011-09-06
1
-6
/
+6
*
To silence the static analyzer.
Johnny Chen
2011-08-11
1
-1
/
+1
*
Added new OptionGroup classes for UInt64, UUID, File and Boolean values.
Greg Clayton
2011-05-03
1
-0
/
+1
*
Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.
Greg Clayton
2011-02-24
1
-0
/
+10
*
Added a new variant of SBTarget::Launch() that deprectates the old one that
Greg Clayton
2011-01-23
1
-2
/
+15
*
Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly
Greg Clayton
2011-01-22
1
-2
/
+15
*
Add '-no-stdio' option to 'process launch' command, which causes the
Caroline Tice
2010-12-03
1
-1
/
+2
*
Fixed 32 bit debugging after recent architecture changes to debugserver.
Greg Clayton
2010-12-01
1
-0
/
+15
*
Fixed Process::Halt() as it was broken for "process halt" after recent changes
Greg Clayton
2010-11-18
1
-37
/
+58
*
Fixed debugserver to properly attach to a process by name with the
Greg Clayton
2010-10-18
1
-3
/
+6
*
Added the ability to disable ASLR (Address Space Layout Randomization). ASLR
Greg Clayton
2010-08-31
1
-2
/
+3
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+1996