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
/
source
/
Plugins
/
Process
/
gdb-remote
/
ThreadGDBRemote.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-5
/
+3
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-3
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-7
/
+4
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
[windows] LLDB shows the wrong values when register read is executed at a fra...
Stella Stamenova
2018-07-10
1
-5
/
+5
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-18
/
+16
*
Move StringExtractorGDBRemote.h to the include folder
Pavel Labath
2018-03-20
1
-1
/
+1
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+0
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Switch GDBRemoteLog to the new registration mechanism
Pavel Labath
2017-02-17
1
-8
/
+6
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-312
/
+257
*
Remove the last manually constructed packet from gdb-remote register context ...
Pavel Labath
2016-08-19
1
-2
/
+2
*
Changes to lldb and debugserver to reduce extraneous memory reads
Jason Molenda
2016-01-12
1
-16
/
+91
*
The lldb side changes to go along with r255711 where a new
Jason Molenda
2015-12-18
1
-0
/
+8
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-2
/
+2
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-6
/
+1
*
Implement the "qSymbol" packet in order to be able to read queue information ...
Greg Clayton
2015-06-23
1
-7
/
+40
*
Revert "Reduced packet counts to the remote GDB server where possible."
Chaoren Lin
2015-06-23
1
-1
/
+6
*
Reduced packet counts to the remote GDB server where possible.
Greg Clayton
2015-06-22
1
-6
/
+1
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-2
/
+3
*
Further reduce the header footprint of Process.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-0
/
+17
*
Add a new SBThread::GetQueue() method to get the queue that is
Jason Molenda
2014-04-25
1
-0
/
+16
*
Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...
Jason Molenda
2014-03-13
1
-0
/
+19
*
Change the Mac OS X SystemRuntime plugin from using the placeholder
Jason Molenda
2014-02-05
1
-6
/
+7
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-1
/
+1
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-1
/
+1
*
Move the code which translates a dispatch_qaddr into a
Jason Molenda
2013-10-18
1
-4
/
+30
*
Fixed detection of 'p' packet support in debugserver,
Sean Callanan
2013-09-04
1
-1
/
+1
*
Discover support of 'p' packet.
Hafiz Abid Qadeer
2013-08-29
1
-1
/
+2
*
Changed the formerly pure virtual function:
Greg Clayton
2013-05-09
1
-45
/
+7
*
Reinstating r181091 and r181106 with fix for Linux regressions.
Andrew Kaylor
2013-05-07
1
-19
/
+38
*
Temporarily reverting r181091 and r181106 due to the vast test breakage on th...
Ashok Thirumurthi
2013-05-07
1
-38
/
+19
*
After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...
Greg Clayton
2013-05-04
1
-19
/
+38
*
<rdar://problem/13700260>
Greg Clayton
2013-05-01
1
-30
/
+8
*
<rdar://problem/13491977>
Greg Clayton
2013-04-12
1
-2
/
+6
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two b...
Jim Ingham
2012-10-16
1
-0
/
+3
*
Change the Thread constructor over to take a Process& rather than a ProcessSP...
Jim Ingham
2012-10-10
1
-3
/
+3
*
Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...
Jim Ingham
2012-09-01
1
-2
/
+7
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-48
/
+80
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-1
/
+1
*
Quiet the default "log enable lldb step" output down a little bit.
Jim Ingham
2011-10-15
1
-1
/
+1
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
1
-1
/
+1
*
Added a new plug-in type: lldb_private::OperatingSystem. The operating system
Greg Clayton
2011-08-22
1
-39
/
+0
*
Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...
Peter Collingbourne
2011-06-03
1
-26
/
+0
[next]